Method: Plaid::UserAccountIdentityAddress#hash
- Defined in:
- lib/plaid/models/user_account_identity_address.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
152 153 154 |
# File 'lib/plaid/models/user_account_identity_address.rb', line 152 def hash [city, region, street, street2, postal_code, country].hash end |