Class: SidekiqBatch::StuckJobReaper::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#batchObject

Returns the value of attribute batch

Returns:

  • (Object)

    the current value of batch



5
6
7
# File 'app/models/sidekiq_batch/stuck_job_reaper.rb', line 5

def batch
  @batch
end

#jidsObject

Returns the value of attribute jids

Returns:

  • (Object)

    the current value of jids



5
6
7
# File 'app/models/sidekiq_batch/stuck_job_reaper.rb', line 5

def jids
  @jids
end