Method: OpenapiClient::Webhook#hash
- Defined in:
- lib/openapi_client/models/webhook.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
109 110 111 |
# File 'lib/openapi_client/models/webhook.rb', line 109 def hash [webhook_id, url, event].hash end |