Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 436 Bytes

DebugModelLogSummary.md

File metadata and controls

22 lines (16 loc) · 436 Bytes

MergeHRISClient::DebugModelLogSummary

Properties

Name Type Description Notes
url String
method String
status_code Integer

Example

require 'merge_hris_client'

instance = MergeHRISClient::DebugModelLogSummary.new(
  url: www.exampleintegration.com/api/v1/exampleapi,
  method: POST,
  status_code: 200
)