Class: Enterprisifier::Marshalling::XSD::Schema::ComplexType

Inherits:
Object
  • Object
show all
Includes:
SchemaComposition
Defined in:
lib/enterprisifier/marshalling/xsd/schema/complex_type.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from SchemaComposition

included

Constructor Details

#initialize(name = nil) ⇒ ComplexType

Returns a new instance of ComplexType.



19
20
21
22
# File 'lib/enterprisifier/marshalling/xsd/schema/complex_type.rb', line 19

def initialize(name = nil)
  super
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



17
18
19
# File 'lib/enterprisifier/marshalling/xsd/schema/complex_type.rb', line 17

def name
  @name
end