method
element_simpletype
ruby latest stable - Class:
WSDL::XMLSchema::ComplexType
element_simpletype(element)private
No documentation available.
# File lib/wsdl/soap/complexType.rb, line 133
def element_simpletype(element)
if element.type
element.type
elsif element.local_simpletype
element.local_simpletype.base
else
nil
end
end