Sha256: 2645ae3c4ce02bd5ce245e3dd2a94730613e49ed436aeefc15bbe148b8c9c245
Contents?: true
Size: 456 Bytes
Versions: 1
Compression:
Stored size: 456 Bytes
Contents
require_relative 'models/feed_submission' module Amazon module MWS class GetFeedSubmissionListResponse < Response xml_name "GetFeedSubmissionListResponse" result = "GetFeedSubmissionListResult" xml_reader :has_next?, :in => result xml_reader :next_token, :in => result xml_reader :feed_submissions, :as => [FeedSubmission], :in => result xml_reader :request_id, :in => "ResponseMetadata" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amazon-mws-plus-0.1.3 | lib/amazon/mws/response/feed/get_feed_submission_list_response.rb |