Method: PureCloud::LocationAddress#hash
- Defined in:
- lib/purecloud/models/location_address.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
126 127 128 |
# File 'lib/purecloud/models/location_address.rb', line 126 def hash [city, country, country_name, state, street1, street2, zipcode].hash end |