Method: OpenapiClient::ClientRequest#hash
- Defined in:
- lib/openapi_client/models/client_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
145 146 147 |
# File 'lib/openapi_client/models/client_request.rb', line 145 def hash [client_secret, redirect_uris, name, webhook_uri].hash end |