Method: TransferZero::ErrorStatus#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



91
92
93
# File 'lib/transferzero-sdk/models/error_status.rb', line 91

def hash
  [status, error].hash
end