Method: TransferZero::TransactionTraits#hash
- Defined in:
- lib/transferzero-sdk/models/transaction_traits.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
94 95 96 |
# File 'lib/transferzero-sdk/models/transaction_traits.rb', line 94 def hash [auto_refund, account_validation].hash end |