Method: Phrase::WebhookCreateParameters#hash

Defined in:
lib/phrase/models/webhook_create_parameters.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



132
133
134
# File 'lib/phrase/models/webhook_create_parameters.rb', line 132

def hash
  [callback_url, secret, description, events, active, include_branches].hash
end