method

basetype_class

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.

basetype_class(type)
private

No documentation available.

# File lib/wsdl/soap/classDefCreator.rb, line 214
  def basetype_class(type)
    return nil if type.nil?
    if simpletype = @simpletypes[type]
      basetype_mapped_class(simpletype.base)
    else
      basetype_mapped_class(type)
    end
  end