Method: Plaid::UserAccountIdentityAddress#hash

Defined in:
lib/plaid/models/user_account_identity_address.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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