Class: Simplekiq::BaseBatch
- Inherits:
-
Object
- Object
- Simplekiq::BaseBatch
- Includes:
- Sidekiq::Worker
- Defined in:
- lib/simplekiq/batching_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(*args) ⇒ Object
146 147 148 |
# File 'lib/simplekiq/batching_job.rb', line 146 def perform(*args) module_parent_of_class.new.perform_batch(*args) end |