Method: TransferZero::ErrorStatus#hash
- Defined in:
- lib/transferzero-sdk/models/error_status.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
91 92 93 |
# File 'lib/transferzero-sdk/models/error_status.rb', line 91 def hash [status, error].hash end |