MergeAccountingClient::RemoteResponse Properties Name Type Description Notes method String path String status Integer response AnyType response_headers Hash<String, AnyType> [optional] response_type ResponseTypeEnum [optional] headers Hash<String, AnyType> [optional] Example require 'merge_accounting_client' instance = MergeAccountingClient::RemoteResponse.new( method: GET, path: /scooters, status: 200, response: {"scooters":[{"company":"Lime","model":"Gen 2.5"},{"company":"Bird","model":"Bird Zero"}]}, response_headers: {"X-Page-Token":"value"}, response_type: JSON, headers: {"EXTRA-HEADER":"value","Authorization":"<redacted>"} )