Method: OpenapiClient::Address#hash
- Defined in:
- lib/openapi_client/models/address.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
249 250 251 |
# File 'lib/openapi_client/models/address.rb', line 249 def hash [company, address1, address2, city, region, postal_code, country].hash end |