Method: OpenapiClient::LocationResponse#hash
- Defined in:
- lib/openapi_client/models/location_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
139 140 141 |
# File 'lib/openapi_client/models/location_response.rb', line 139 def hash [id, remote_id, name, type, address].hash end |