Class: SOAP::Mapping::SchemaChoiceDefinition
- Includes:
- SchemaComplexTypeDefinition
- Defined in:
- lib/soap/mapping/schemadefinition.rb
Instance Method Summary collapse
- #choice? ⇒ Boolean
-
#initialize ⇒ SchemaChoiceDefinition
constructor
A new instance of SchemaChoiceDefinition.
Methods included from SchemaComplexTypeDefinition
#<<, #as_any?, #as_array?, #each, #find_element, #is_concrete_definition, #size
Constructor Details
#initialize ⇒ SchemaChoiceDefinition
Returns a new instance of SchemaChoiceDefinition.
130 131 132 |
# File 'lib/soap/mapping/schemadefinition.rb', line 130 def initialize super() end |
Instance Method Details
#choice? ⇒ Boolean
134 135 136 |
# File 'lib/soap/mapping/schemadefinition.rb', line 134 def choice? true end |