Class: SidekiqBatch::AbandonedEnrollmentReaper::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/models/sidekiq_batch/abandoned_enrollment_reaper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#batchObject

Returns the value of attribute batch

Returns:

  • (Object)

    the current value of batch



13
14
15
# File 'app/models/sidekiq_batch/abandoned_enrollment_reaper.rb', line 13

def batch
  @batch
end

#total_jobsObject

Returns the value of attribute total_jobs

Returns:

  • (Object)

    the current value of total_jobs



13
14
15
# File 'app/models/sidekiq_batch/abandoned_enrollment_reaper.rb', line 13

def total_jobs
  @total_jobs
end