Method: Propertyware::Refund#hash
- Defined in:
- lib/propertyware/models/refund.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
236 237 238 |
# File 'lib/propertyware/models/refund.rb', line 236 def hash [amount, created_by, created_date_time, date, destination_account_id, gl_account_id, id, last_modified_by, last_modified_date_time, lease_id, payee_payer, portfolio_id, ref_no, to_be_printed].hash end |