Class: Carousel::Inventory

Inherits:
Request
  • Object
show all
Defined in:
lib/carousel/inventory.rb

Constant Summary collapse

PATH =
"?action=stocklines"

Instance Method Summary collapse

Methods inherited from Request

#build_user, #construct_xml, #initialize

Constructor Details

This class inherits a constructor from Carousel::Request

Instance Method Details

#build_inventory_requestObject



6
7
8
9
10
# File 'lib/carousel/inventory.rb', line 6

def build_inventory_request
  construct_xml "stock" do |xml|
    build_user xml
  end
end