Method: Plaid::IncomeBreakdown#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



151
152
153
# File 'lib/plaid/models/income_breakdown.rb', line 151

def hash
  [type, rate, hours, total].hash
end