Sha256: 0e6dbf51f9881d71ee2a385fcc97dd5bfa6179e55f17d0ed967bfe8c733b3d49
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
module Amazon module MWS class GetReportScheduleCountResponse < Response xml_name "GetReportScheduleCountResponse" result = "GetReportScheduleCountResult" xml_reader :count, :in => result, :as => Integer 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_count_response.rb |