Method: TalonOne::BaseNotificationWebhook#hash
- Defined in:
- lib/talon_one/models/base_notification_webhook.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
157 158 159 |
# File 'lib/talon_one/models/base_notification_webhook.rb', line 157 def hash [id, created, modified, url, headers].hash end |