Method: ItemBuilder::Modes::SimpleService#quantity
- Defined in:
- lib/item_builder/modes/simple_service.rb
#quantity ⇒ Object
19 20 21 22 23 24 25 26 27 |
# File 'lib/item_builder/modes/simple_service.rb', line 19 def quantity QuantityService.new( listing: listing, wh_spaces: wh_spaces, variants: variants, stock_allocs: stock_allocs, variant_listings: variant_listings, bundles: bundles, item_bundle_variants: item_bundle_variants, existing_alloc_stocks: existing_alloc_stocks, zilingo_quantity: zilingo_quantity ).to_h end |