Method: Buildium::AccountingSettingsMessage#hash

Defined in:
lib/buildium-ruby/models/accounting_settings_message.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



191
192
193
# File 'lib/buildium-ruby/models/accounting_settings_message.rb', line 191

def hash
  [accounting_book_id, , default_accounting_basis, , fiscal_year_end_month, fiscal_year_end_day].hash
end