Class: SidekiqScheduler::Scheduler

Inherits:
Object
  • Object
show all
Includes:
SidekiqSchedulerNotification
Defined in:
lib/sidekiq/scheduler/notification.rb,
lib/sidekiq/scheduler/notification/version.rb

Defined Under Namespace

Modules: Notification

Class Attribute Summary collapse

Method Summary

Methods included from SidekiqSchedulerNotification

#load_schedule!

Class Attribute Details

.notify_classesObject

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_webhookObject

Returns the value of attribute notify_webhook.



8
9
10
# File 'lib/sidekiq/scheduler/notification.rb', line 8

def notify_webhook
  @notify_webhook
end