Class: WSDL::XMLSchema::All
- Defined in:
- lib/wsdl/xmlSchema/all.rb
Instance Attribute Summary
Attributes inherited from Content
#elements, #maxoccurs, #minoccurs
Attributes inherited from Info
Instance Method Summary collapse
-
#initialize ⇒ All
constructor
A new instance of All.
Methods inherited from Content
#<<, #choice?, #elementformdefault, #have_any?, #map_as_array?, #nested_elements, #parse_attr, #parse_element, #targetnamespace
Methods inherited from Info
#inspect, #parse_attr, #parse_element, #parse_epilogue
Constructor Details
#initialize ⇒ All
Returns a new instance of All.
17 18 19 |
# File 'lib/wsdl/xmlSchema/all.rb', line 17 def initialize super() end |