method

setiv2ary

ruby latest stable - Class: SOAP::Mapping::Factory

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

setiv2ary(obj, node, map)
private

No documentation available.

# File lib/soap/mapping/factory.rb, line 64
  def setiv2ary(obj, node, map)
    node.each do |name, value|
      Array.instance_method(:<<).bind(obj).call(Mapping._soap2obj(value, map))
    end
  end