method

each

v1_8_7_72 - Show latest stable - Class: SOAP::SOAPArray
each()
public

No documentation available.

# File lib/soap/baseData.rb, line 771
  def each
    @data.each do |data|
      yield(data)
    end
  end