Method: Propertyware::Equity#hash
- Defined in:
- lib/propertyware/models/equity.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
166 167 168 |
# File 'lib/propertyware/models/equity.rb', line 166 def hash [discount_account, escrow_account, exclude_from1099, exclude_from_pay_in_full, exclude_late_fee, rent_account, tax_account, transfer_balance_to_retained_earnings].hash end |