Method: Buildium::OwnershipAccountCreditPostMessage#hash
- Defined in:
- lib/buildium-ruby/models/ownership_account_credit_post_message.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
186 187 188 |
# File 'lib/buildium-ruby/models/ownership_account_credit_post_message.rb', line 186 def hash [date, memo, credit_type, offsetting_gl_account_id, lines].hash end |