Flowdock
method

setiv2struct

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::Mapping::Factory
setiv2struct(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 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
Register or log in to add new notes.