Method: WSDL::XMLSchema::ComplexRestriction#have_any?

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

#have_any?Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/wsdl/xmlSchema/complexRestriction.rb', line 39

def have_any?
  @content and @content.have_any?
end