Sha256: f83d2fbebbe3961712bc066312f5e8eaab48d795f141766b0255cfd30a43f2a2

Contents?: true

Size: 243 Bytes

Versions: 3

Compression:

Stored size: 243 Bytes

Contents

module Stellae
  class Inventory < Request

    def build_inventory_request
      construct_xml "get_inventory_on_hand" do |xml|
        xml.upcs :"xmlns:b" => SCHEMA[:datacontract], :"xmlns:i" => SCHEMA[:instance]
      end
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stellae-ruby-api-0.0.3 lib/stellae/inventory.rb
stellae-ruby-api-0.0.2 lib/stellae/inventory.rb
stellae-ruby-api-0.0.1 lib/stellae/inventory.rb