Method: OpenapiClient::Webhook#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



109
110
111
# File 'lib/openapi_client/models/webhook.rb', line 109

def hash
  [webhook_id, url, event].hash
end