Sha256: 2350a313c6545e05ccefa347b7c53c8579cb6e758c8065d4622e6a6ca0e70a6c

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

require 'mws/orders/entity'

module MWS
  module Orders
    # https://docs.developer.amazonservices.com/en_US/orders-2013-09-01/Orders_Datatypes.html#ProductInfo
    class ProductInfo < Entity
      attribute(:number_of_items) do
        integer('NumberOfItems')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mws-orders-0.6.1 lib/mws/orders/product_info.rb
mws-orders-0.5.1 lib/mws/orders/product_info.rb
mws-orders-0.5.0 lib/mws/orders/product_info.rb