Sha256: 38e622d2fe2d060b80c2503c6a8c7b5705f07848942005749d47deaae674eb64
Contents?: true
Size: 336 Bytes
Versions: 1
Compression:
Stored size: 336 Bytes
Contents
module MWS module API class Sellers < Base Actions = [:list_marketplace_participations, :list_marketplace_participations_by_next_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.1 | lib/mws-rb/api/sellers.rb |