Sha256: 50ccc010dfd2b0b760be0f3fba5d033d10f26bba669abdf70b21210397d06b18

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

module MWS
  module API
    # Sellers
    class Sellers < Base
      ACTIONS = [:list_marketplace_participations,
                 :list_marketplace_participations_by_next_token,
                 :get_auth_token,
                 :get_service_status]

      def initialize(connection)
        @uri = '/Sellers/2011-07-01'
        @version = '2011-07-01'
        @verb = :post
        super
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mws_rb-0.0.6 lib/mws/api/sellers.rb