Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 433 Bytes

File metadata and controls

22 lines (16 loc) · 433 Bytes

MergeCRMClient::DebugModelLogSummary

Properties

Name Type Description Notes
url String
method String
status_code Integer

Example

require 'merge_crm_client'

instance = MergeCRMClient::DebugModelLogSummary.new(
  url: https://harvest.greenhouse.io/v1/candidates/,
  method: POST,
  status_code: 200
)