Method: WSDL::XMLSchema::ComplexRestriction#check_type

Defined in:
lib/wsdl/xmlSchema/complexRestriction.rb

#check_typeObject



55
56
57
58
59
60
61
# File 'lib/wsdl/xmlSchema/complexRestriction.rb', line 55

def check_type
  if @base == ::SOAP::ValueArrayName
    :TYPE_ARRAY
  else
    basetype.check_type if basetype
  end
end