Class: SpreeCmCommissioner::InventoryItems::BulkGeneratePermanentItemsJob
- Inherits:
-
ApplicationUniqueJob
- Object
- ActiveJob::Base
- ApplicationUniqueJob
- ApplicationUniqueJob
- SpreeCmCommissioner::InventoryItems::BulkGeneratePermanentItemsJob
- Defined in:
- app/jobs/spree_cm_commissioner/inventory_items/bulk_generate_permanent_items_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(options = {}) ⇒ Object
4 5 6 7 8 9 |
# File 'app/jobs/spree_cm_commissioner/inventory_items/bulk_generate_permanent_items_job.rb', line 4 def perform( = {}) SpreeCmCommissioner::InventoryItems::BulkGeneratePermanentItems.call!( variant_ids: [:variant_ids], pre_inventory_days: [:pre_inventory_days] ) end |