method

element_basetype

ruby latest stable - Class: WSDL::SOAP::ClassDefCreator

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.

element_basetype(ele)
private

No documentation available.

# 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