Sha256: fcead71ae36d5bc948ce830095010c0da2db6a2e9334ec6e8531ace204b8a090

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 Bytes

Contents

module Amazon
  module MWS
    
    class ReportRequest < Response
      xml_name "ReportRequestInfo"

      xml_reader :id, :from => "ReportRequestId", :as => Integer
      xml_reader :report_type
      xml_reader :start_date, :as => Time
      xml_reader :end_date, :as => Time
      xml_reader :scheduled?
      xml_reader :submitted_date, :as => Time
      xml_reader :report_processing_status
      #xml_reader :started_processing_date, :as => Time
      #xml_reader :completed_processing_date, :as => Time
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amazon-mws-0.1.0 lib/amazon/mws/report_request.rb