Class: MWS::Reports::Parsers::ReportRequests
- Inherits:
-
Peddler::Parsers::Model
- Object
- Peddler::Parsers::Base
- Peddler::Parsers::XML
- Peddler::Parsers::Model
- MWS::Reports::Parsers::ReportRequests
- Defined in:
- lib/mws/reports/parsers/report_requests.rb
Instance Attribute Summary
Attributes inherited from Peddler::Parsers::Base
Instance Method Summary collapse
Methods inherited from Peddler::Parsers::Model
#boolean_at_xpath, #float_at_xpath, #integer_at_xpath, #money_at_xpath, #time_at_xpath
Methods inherited from Peddler::Parsers::XML
#at_xpath, #text_at_xpath, xml?, #xpath
Methods inherited from Peddler::Parsers::Base
Constructor Details
This class inherits a constructor from Peddler::Parsers::Base
Instance Method Details
#report_request_infos ⇒ Object
12 13 14 |
# File 'lib/mws/reports/parsers/report_requests.rb', line 12 def report_request_infos xpath('ReportRequestInfo').map { |node| ReportRequestInfo.new(node) } end |