Flowdock
method

anytype2obj

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: SOAP::Mapping::WSDLLiteralRegistry
anytype2obj(node) private

No documentation

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

Hide source
# File lib/soap/mapping/wsdlliteralregistry.rb, line 249
  def anytype2obj(node)
    if node.is_a?(::SOAP::SOAPBasetype)
      return node.data
    end
    klass = ::SOAP::Mapping::Object
    obj = klass.new
    obj
  end
Register or log in to add new notes.