Method: OpenapiClient::WebhookRead#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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