Class: SOAP::Mapping::SchemaEmptyDefinition
- Includes:
- SchemaComplexTypeDefinition
- Defined in:
- lib/soap/mapping/schemadefinition.rb
Instance Method Summary collapse
-
#initialize ⇒ SchemaEmptyDefinition
constructor
A new instance of SchemaEmptyDefinition.
Methods included from SchemaComplexTypeDefinition
#<<, #as_any?, #as_array?, #each, #find_element, #is_concrete_definition, #size
Constructor Details
#initialize ⇒ SchemaEmptyDefinition
Returns a new instance of SchemaEmptyDefinition.
100 101 102 103 |
# File 'lib/soap/mapping/schemadefinition.rb', line 100 def initialize super() @content.freeze end |