Sha256: 361a2e20c496de67e02614fbead64f5035e503ee71ecd5f4160f41ea2f1fce52

Contents?: true

Size: 151 Bytes

Versions: 7

Compression:

Stored size: 151 Bytes

Contents

module Trebbianno
  class Inventory < Request

    PATH = "/Inventory"

    def build_inventory_request
      construct_xml "stock"
    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trebbianno-ruby-api-0.0.7 lib/trebbianno/inventory.rb
trebbianno-ruby-api-0.0.6 lib/trebbianno/inventory.rb
trebbianno-ruby-api-0.0.5 lib/trebbianno/inventory.rb
trebbianno-ruby-api-0.0.4 lib/trebbianno/inventory.rb
trebbianno-ruby-api-0.0.3 lib/trebbianno/inventory.rb
trebbianno-ruby-api-0.0.2 lib/trebbianno/inventory.rb
trebbianno-ruby-api-0.0.1 lib/trebbianno/inventory.rb