Class: SidekiqScheduler::Scheduler
- Inherits:
-
Object
- Object
- SidekiqScheduler::Scheduler
- Includes:
- SidekiqSchedulerNotification
- Defined in:
- lib/sidekiq/scheduler/notification.rb,
lib/sidekiq/scheduler/notification/version.rb
Defined Under Namespace
Modules: Notification
Class Attribute Summary collapse
-
.notify_classes ⇒ Object
Returns the value of attribute notify_classes.
-
.notify_webhook ⇒ Object
Returns the value of attribute notify_webhook.
Method Summary
Methods included from SidekiqSchedulerNotification
Class Attribute Details
.notify_classes ⇒ Object
Returns the value of attribute notify_classes.
8 9 10 |
# File 'lib/sidekiq/scheduler/notification.rb', line 8 def notify_classes @notify_classes end |
.notify_webhook ⇒ Object
Returns the value of attribute notify_webhook.
8 9 10 |
# File 'lib/sidekiq/scheduler/notification.rb', line 8 def notify_webhook @notify_webhook end |