Flowdock
method

element_basetype

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: WSDL::SOAP::ClassDefCreator
element_basetype(ele) private

No documentation

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

Hide source
# File lib/wsdl/soap/classDefCreator.rb, line 194
  def element_basetype(ele)
    if klass = basetype_class(ele.type)
      klass
    elsif ele.local_simpletype
      basetype_class(ele.local_simpletype.base)
    else
      nil
    end
  end
Register or log in to add new notes.