Method: TransferZero::TransactionTraits#hash

Defined in:
lib/transferzero-sdk/models/transaction_traits.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



94
95
96
# File 'lib/transferzero-sdk/models/transaction_traits.rb', line 94

def hash
  [auto_refund, ].hash
end