Method: MoneyKit::AccountsLinkProduct#hash
- Defined in:
- lib/moneykit/models/accounts_link_product.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
148 149 150 |
# File 'lib/moneykit/models/accounts_link_product.rb', line 148 def hash [refreshed_at, last_attempted_at, error_code, ].hash end |