Method: Buildium::AccountingSettingsMessage#hash
- Defined in:
- lib/buildium-ruby/models/accounting_settings_message.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
191 192 193 |
# File 'lib/buildium-ruby/models/accounting_settings_message.rb', line 191 def hash [accounting_book_id, default_bank_account_id, default_accounting_basis, trust_account_warning, fiscal_year_end_month, fiscal_year_end_day].hash end |