Class: MWS::Orders::Parsers::PaymentExecutionDetail
- Inherits:
-
Peddler::Parsers::Collection
- Object
- Peddler::Parsers::Base
- Peddler::Parsers::XML
- Peddler::Parsers::Collection
- MWS::Orders::Parsers::PaymentExecutionDetail
- Defined in:
- lib/mws/orders/parsers/payment_execution_detail.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
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/orders/parsers/payment_execution_detail.rb', line 8 def each(&blk) payment_execution_detail_item_nodes.each { |node| yield PaymentExecutionDetailItem.new(node) } end |