Method: OpenapiClient::LocationResponse#hash

Defined in:
lib/openapi_client/models/location_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



139
140
141
# File 'lib/openapi_client/models/location_response.rb', line 139

def hash
  [id, remote_id, name, type, address].hash
end