Class: Easykiq::BaseBatch

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Worker
Defined in:
lib/easykiq/batching_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



151
152
153
# File 'lib/easykiq/batching_job.rb', line 151

def perform(*args)
  module_parent_of_class.new.perform_batch(*args)
end