Class: SidekiqBatch::AbandonedEnrollmentReaper::Result
- Inherits:
-
Struct
- Object
- Struct
- SidekiqBatch::AbandonedEnrollmentReaper::Result
- Defined in:
- app/models/sidekiq_batch/abandoned_enrollment_reaper.rb
Instance Attribute Summary collapse
-
#batch ⇒ Object
Returns the value of attribute batch.
-
#total_jobs ⇒ Object
Returns the value of attribute total_jobs.
Instance Attribute Details
#batch ⇒ Object
Returns the value of attribute batch
13 14 15 |
# File 'app/models/sidekiq_batch/abandoned_enrollment_reaper.rb', line 13 def batch @batch end |
#total_jobs ⇒ Object
Returns the value of attribute total_jobs
13 14 15 |
# File 'app/models/sidekiq_batch/abandoned_enrollment_reaper.rb', line 13 def total_jobs @total_jobs end |