method

addiv2obj

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

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.

addiv2obj(obj, attr)
private

No documentation available.

# File lib/soap/mapping/registry.rb, line 494
  def addiv2obj(obj, attr)
    return unless attr
    vars = {}
    attr.__getobj__.each do |name, value|
      vars[name] = Mapping._soap2obj(value, self)
    end
    Mapping.set_attributes(obj, vars)
  end