Method: Propertyware::Adjustment#hash
- Defined in:
- lib/propertyware/models/adjustment.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
216 217 218 |
# File 'lib/propertyware/models/adjustment.rb', line 216 def hash [amount, comments, created_by, created_date_time, date, gl_account_id, id, last_modified_by, last_modified_date_time, lease_id, portfolio_id, ref_no].hash end |