Method: OpenapiClient::InlineResponse401#hash

Defined in:
lib/openapi_client/models/inline_response401.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



175
176
177
# File 'lib/openapi_client/models/inline_response401.rb', line 175

def hash
  [error, message, code].hash
end