Sha256: 325e158c7bd4c7838929ab1dd2bfd6a08e7cd8b5dc4df0e5c0ce8a9680845c7f

Contents?: true

Size: 309 Bytes

Versions: 4

Compression:

Stored size: 309 Bytes

Contents

require "mws/orders/collection"
require "mws/orders/payment_execution_detail_item"

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mws-orders-0.2.1 lib/mws/orders/payment_execution_detail.rb
mws-orders-0.2.0 lib/mws/orders/payment_execution_detail.rb
mws-orders-0.1.1 lib/mws/orders/payment_execution_detail.rb
mws-orders-0.1.0 lib/mws/orders/payment_execution_detail.rb