Name | Type | Description | Notes |
---|---|---|---|
method | String | ||
url_path | String | ||
field_traversal_path | Array<AnyType> |
require 'merge_hris_client'
instance = MergeHRISClient::RemoteEndpointInfo.new(
method: GET,
url_path: /example-url-path,
field_traversal_path: ["example_key_name"]
)