Sha256: 637ff2dcfbae8aea470235045b51743fc0a0005f0760f792715e1429e79fdbb7

Contents?: true

Size: 486 Bytes

Versions: 1

Compression:

Stored size: 486 Bytes

Contents

require_relative 'models/report_schedule'

module Amazon
  module MWS

    class GetReportScheduleListByNextTokenResponse < Response
      xml_name "GetReportScheduleListByNextTokenResponse"
      result = "GetReportScheduleListByNextTokenResult"

      xml_reader :has_next?,  :in => result
      xml_reader :next_token, :in => result
      xml_reader :report_schedules, :as => [ReportSchedule], :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/report/get_report_schedule_list_by_next_token_response.rb