Method: OpenapiClient::WebhookRead#hash
- Defined in:
- lib/openapi_client/models/webhook_read.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
190 191 192 |
# File 'lib/openapi_client/models/webhook_read.rb', line 190 def hash [id, organization_id, project_id, environment_id, created_at, updated_at, url].hash end |