Method: OpenapiClient::ClientRequest#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



145
146
147
# File 'lib/openapi_client/models/client_request.rb', line 145

def hash
  [client_secret, redirect_uris, name, webhook_uri].hash
end