Class: SOAP::Mapping::SchemaEmptyDefinition

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

Constructor Details

#initializeSchemaEmptyDefinition

Returns a new instance of SchemaEmptyDefinition.



100
101
102
103
# File 'lib/soap/mapping/schemadefinition.rb', line 100

def initialize
  super()
  @content.freeze
end