Method: MoneyKit::AccountsLinkProduct#hash

Defined in:
lib/moneykit/models/accounts_link_product.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



148
149
150
# File 'lib/moneykit/models/accounts_link_product.rb', line 148

def hash
  [refreshed_at, last_attempted_at, error_code, error_message].hash
end