Sha256: f63f6039b2735f72ef1734b4e542950866c3a7e077cca78ce395b083b157e942

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

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-0.1.0 lib/amazon/mws/response/get_feed_submission_list_response.rb