Class: Simplekiq::BaseBatch

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
lib/simplekiq/batching_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



138
139
140
# File 'lib/simplekiq/batching_job.rb', line 138

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