Name | Type | Description | Notes |
---|---|---|---|
url | String | ||
method | String | ||
status_code | Integer |
require 'merge_hris_client'
instance = MergeHRISClient::DebugModelLogSummary.new(
url: www.exampleintegration.com/api/v1/exampleapi,
method: POST,
status_code: 200
)