method

addiv2soapattr

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

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.

addiv2soapattr(node, obj, map)
private

No documentation available.

# File lib/soap/mapping/rubytypeFactory.rb, line 257
  def addiv2soapattr(node, obj, map)
    return if obj.instance_variables.empty?
    ivars = SOAPStruct.new    # Undefined type.
    setiv2soap(ivars, obj, map)
    node.extraattr[RubyIVarName] = ivars
  end