Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 486 Bytes

RemoteEndpointInfo.md

File metadata and controls

22 lines (16 loc) · 486 Bytes

MergeHRISClient::RemoteEndpointInfo

Properties

Name Type Description Notes
method String
url_path String
field_traversal_path Array<AnyType>

Example

require 'merge_hris_client'

instance = MergeHRISClient::RemoteEndpointInfo.new(
  method: GET,
  url_path: /example-url-path,
  field_traversal_path: [&quot;example_key_name&quot;]
)