Module: Simplekiq::BatchingJob::ClassMethods
- Defined in:
- lib/simplekiq/batching_job.rb
Instance Method Summary collapse
Instance Method Details
#batch_sidekiq_options(options) ⇒ Object
78 79 80 81 82 83 |
# File 'lib/simplekiq/batching_job.rb', line 78 def () batch_class = const_get(BATCH_CLASS_NAME) batch_class.instance_eval do () end end |