Module: Webhooks

Defined in:
app/models/webhooks/utilities.rb,
app/models/webhooks/notification.rb,
app/models/webhooks/subscription.rb,
app/sidekiq/webhooks/scheduler_job.rb,
app/sidekiq/webhooks/callback_url_job.rb,
app/sidekiq/webhooks/notifications_job.rb,
app/models/webhooks/notification_attempt.rb,
app/models/webhooks/notification_attempt_assoc.rb,
lib/webhooks/utilities.rb

Overview

data structures built up at class load time then frozen. This is threadsafe. rubocop:disable ThreadSafety/InstanceVariableInClassMethod

Defined Under Namespace

Modules: Utilities Classes: CallbackUrlJob, Notification, NotificationAttempt, NotificationAttemptAssoc, NotificationsJob, SchedulerJob, Subscription