Method: Propertyware::Refund#hash

Defined in:
lib/propertyware/models/refund.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



236
237
238
# File 'lib/propertyware/models/refund.rb', line 236

def hash
  [amount, created_by, created_date_time, date, , , id, last_modified_by, last_modified_date_time, lease_id, payee_payer, portfolio_id, ref_no, to_be_printed].hash
end