Class: SidekiqBatch::StuckJobReaper::Result
- Inherits:
-
Struct
- Object
- Struct
- SidekiqBatch::StuckJobReaper::Result
- Defined in:
- app/models/sidekiq_batch/stuck_job_reaper.rb
Instance Attribute Summary collapse
-
#batch ⇒ Object
Returns the value of attribute batch.
-
#jids ⇒ Object
Returns the value of attribute jids.
Instance Attribute Details
#batch ⇒ Object
Returns the value of attribute batch
5 6 7 |
# File 'app/models/sidekiq_batch/stuck_job_reaper.rb', line 5 def batch @batch end |
#jids ⇒ Object
Returns the value of attribute jids
5 6 7 |
# File 'app/models/sidekiq_batch/stuck_job_reaper.rb', line 5 def jids @jids end |