Method: WSDL::XMLSchema::ComplexRestriction#have_any?
- Defined in:
- lib/wsdl/xmlSchema/complexRestriction.rb
#have_any? ⇒ Boolean
39 40 41 |
# File 'lib/wsdl/xmlSchema/complexRestriction.rb', line 39 def have_any? @content and @content.have_any? end |