class Sidekiq::ScheduledSet
The set of scheduled jobs within Sidekiq
. See the API wiki page for usage notes and examples.
Public Class Methods
Source
# File lib/sidekiq/api.rb, line 858 def initialize super("schedule") end
Calls superclass method