Method: TalonOne::BaseNotificationWebhook#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



157
158
159
# File 'lib/talon_one/models/base_notification_webhook.rb', line 157

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