Class: CycleCountPrioritizationWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/cycle_count_prioritization_worker.rb

Overview

Sidekiq worker: cycle count prioritization.

Instance Method Summary collapse

Instance Method Details

#performObject

Runs the job.

Returns:

  • (Object)

    the result



10
11
12
# File 'app/workers/cycle_count_prioritization_worker.rb', line 10

def perform
  Item::CycleCountPrioritizer.new.process
end