Flowdock
method

setiv2ary

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: SOAP::Mapping::Factory
setiv2ary(obj, node, map) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.