Method: Plaid::InflowModel#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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