method

setiv2struct

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.

setiv2struct(obj, node, map)
private

No documentation available.

# File lib/soap/mapping/factory.rb, line 70
  def setiv2struct(obj, node, map)
    vars = {}
    node.each do |name, value|
      vars[Mapping.elename2name(name)] = Mapping._soap2obj(value, map)
    end
    Mapping.set_attributes(obj, vars)
  end