Sha256: 12c5d86910966e5987ee2eefec8553a12a95e828bac6bbbf832fb97458488b66

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

require_relative 'models/report_schedule'

module Amazon
  module MWS

    class GetReportScheduleListResponse < Response
      xml_name "GetReportScheduleListResponse"
      result = "GetReportScheduleListResult"

      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_response.rb