Class: MWS::Orders::Parsers::OrderItems
- Inherits:
-
Peddler::Parsers::Collection
- Object
- Peddler::Parsers::Base
- Peddler::Parsers::XML
- Peddler::Parsers::Collection
- MWS::Orders::Parsers::OrderItems
- Includes:
- Peddler::Parsers::Tokenable
- Defined in:
- lib/mws/orders/parsers/order_items.rb
Instance Attribute Summary
Attributes inherited from Peddler::Parsers::Base
Instance Method Summary collapse
Methods included from Peddler::Parsers::Tokenable
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
11 12 13 |
# File 'lib/mws/orders/parsers/order_items.rb', line 11 def each(&blk) order_item_nodes.each { |node| yield OrderItem.new(node) } end |