Sha256: 39a12d5c16bfb5914b6b23da2d0157c08faa5e765d8548cfc5b8dae2c422e8e4

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

require 'mws/orders/collection'
require 'mws/orders/payment_execution_detail_item'

module MWS
  module Orders
    class PaymentExecutionDetail < Collection
      def each
        xpath('PaymentExecutionDetailItem').each { |node| yield PaymentExecutionDetailItem.new(node) }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mws-orders-0.2.2 lib/mws/orders/payment_execution_detail.rb