Sha256: 698612f2362c75244dfb1c35295778dfe36ca8b452f13fa9e33daa4fbd5e5d47
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
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-0.1.0 | lib/amazon/mws/response/get_report_schedule_list_response.rb |