Method: Buildium::OwnershipAccountCreditPostMessage#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



186
187
188
# File 'lib/buildium-ruby/models/ownership_account_credit_post_message.rb', line 186

def hash
  [date, memo, credit_type, , lines].hash
end