Class: SOAP::Mapping::SchemaChoiceDefinition

Inherits:
Object
  • Object
show all
Includes:
SchemaComplexTypeDefinition
Defined in:
lib/soap/mapping/schemadefinition.rb

Instance Method Summary collapse

Methods included from SchemaComplexTypeDefinition

#<<, #as_any?, #as_array?, #each, #find_element, #is_concrete_definition, #size

Methods included from Enumerable

#inject

Constructor Details

#initializeSchemaChoiceDefinition

Returns a new instance of SchemaChoiceDefinition.



129
130
131
# File 'lib/soap/mapping/schemadefinition.rb', line 129

def initialize
  super()
end

Instance Method Details

#choice?Boolean

Returns:

  • (Boolean)


133
134
135
# File 'lib/soap/mapping/schemadefinition.rb', line 133

def choice?
  true
end