Class: SidekiqBatch::OrphanedCallbackReaper::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/models/sidekiq_batch/orphaned_callback_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/orphaned_callback_reaper.rb', line 5

def batch
  @batch
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



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

def event
  @event
end

#job_classObject

Returns the value of attribute job_class

Returns:

  • (Object)

    the current value of job_class



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

def job_class
  @job_class
end