Class: MWS::Reports::Parsers::ReportAcknowledgements
- Inherits:
-
Peddler::Parsers::Collection
- Object
- Peddler::Parsers::Base
- Peddler::Parsers::XML
- Peddler::Parsers::Collection
- MWS::Reports::Parsers::ReportAcknowledgements
- Defined in:
- lib/mws/reports/parsers/report_acknowledgements.rb
Instance Attribute Summary
Attributes inherited from Peddler::Parsers::Base
Instance Method Summary collapse
Methods inherited from Peddler::Parsers::Collection
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
#each(&blk) ⇒ Object
8 9 10 |
# File 'lib/mws/reports/parsers/report_acknowledgements.rb', line 8 def each(&blk) report_info_nodes.each { |node| yield ReportInfo.new(node) } end |