Method: Phrase::WebhookCreateParameters#hash
- Defined in:
- lib/phrase/models/webhook_create_parameters.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |