Method: Plaid::InflowModel#hash
- Defined in:
- lib/plaid/models/inflow_model.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
161 162 163 |
# File 'lib/plaid/models/inflow_model.rb', line 161 def hash [type, income_amount, payment_day_of_month, transaction_name, statement_day_of_month].hash end |