Class: Sidekiq::History::HistorySet

Inherits:
JobSet
  • Object
show all
Defined in:
lib/sidekiq/history.rb

Instance Method Summary collapse

Constructor Details

#initializeHistorySet

Returns a new instance of HistorySet.



64
65
66
# File 'lib/sidekiq/history.rb', line 64

def initialize
  super LIST_KEY
end