Sha256: f5a6281587d1b6efb90d049d855b0b4420ffa63ec6af6c3bbedceccb24257e08
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
module Amazon module MWS class ManageReportScheduleResponse < Response xml_name "ManageReportScheduleResponse" result = "ManageReportScheduleResult" xml_reader :count, :in => result, :as => Integer xml_reader :request_id, :in => "ResponseMetadata" xml_reader :report_schedule, :in => result, :as => ReportSchedule end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amazon-mws-0.1.0 | lib/amazon/mws/response/manage_report_schedule_response.rb |