Method: TransferZero::StateReasonDetails#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



115
116
117
# File 'lib/transferzero-sdk/models/state_reason_details.rb', line 115

def hash
  [code, category, messages, description].hash
end