Method: TransferZero::Transaction#hash
- Defined in:
- lib/transferzero-sdk/models/transaction.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
251 252 253 |
# File 'lib/transferzero-sdk/models/transaction.rb', line 251 def hash [input_currency, , , sender, recipients, traits, state, input_amount, , paid_amount, due_amount, created_at, expires_at, external_id, id, errors].hash end |