Sha256: 6af77bee4ab5b331388f8df1a46baa33794ba417e9e9d71cc51367d12472b4dc

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 Bytes

Contents

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