Method: TalonOne::NotificationWebhook#hash
- Defined in:
- lib/talon_one/models/notification_webhook.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
172 173 174 |
# File 'lib/talon_one/models/notification_webhook.rb', line 172 def hash [id, created, modified, application_id, url, headers].hash end |