Class: Sidekiq::History::HistorySet
- Inherits:
-
JobSet
- Object
- JobSet
- Sidekiq::History::HistorySet
- Defined in:
- lib/sidekiq/history.rb
Instance Method Summary collapse
-
#initialize ⇒ HistorySet
constructor
A new instance of HistorySet.
Constructor Details
#initialize ⇒ HistorySet
Returns a new instance of HistorySet.
64 65 66 |
# File 'lib/sidekiq/history.rb', line 64 def initialize super LIST_KEY end |