Method: TalonOne::NotificationWebhook#hash

Defined in:
lib/talon_one/models/notification_webhook.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



172
173
174
# File 'lib/talon_one/models/notification_webhook.rb', line 172

def hash
  [id, created, modified, application_id, url, headers].hash
end