Method: Plaid::IncomeBreakdown#hash
- Defined in:
- lib/plaid/models/income_breakdown.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
151 152 153 |
# File 'lib/plaid/models/income_breakdown.rb', line 151 def hash [type, rate, hours, total].hash end |