Method: ItemBuilder::LazadaQuantityService#initialize

Defined in:
lib/item_builder/lazada_quantity_service.rb

#initialize(args) ⇒ LazadaQuantityService

Returns a new instance of LazadaQuantityService.



7
8
9
10
# File 'lib/item_builder/lazada_quantity_service.rb', line 7

def initialize(args)
  @listings = args.fetch(:listings)
  @skus = args.fetch(:skus)
end