Method: MergeATSClient::RemoteResponse#hash

Defined in:
lib/merge_ats_client/models/remote_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • Hash code



169
170
171
# File 'lib/merge_ats_client/models/remote_response.rb', line 169

def hash
  [method, path, status, response, response_headers, response_type, headers].hash
end