Method: Akeyless::CustomerFullAddress#hash
- Defined in:
- lib/akeyless/models/customer_full_address.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
121 122 123 |
# File 'lib/akeyless/models/customer_full_address.rb', line 121 def hash [city, country, postal_code, street].hash end |