Class: SpreeCmCommissioner::Stock::PermanentInventoryItemsGeneratorJob

Inherits:
ApplicationUniqueJob show all
Defined in:
app/jobs/spree_cm_commissioner/stock/permanent_inventory_items_generator_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(options = {}) ⇒ Object



4
5
6
# File 'app/jobs/spree_cm_commissioner/stock/permanent_inventory_items_generator_job.rb', line 4

def perform(options = {})
  SpreeCmCommissioner::Stock::PermanentInventoryItemsGenerator.call(options)
end