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