Class: Enterprisifier::Marshalling::XSD::Schema::ComplexType
- Inherits:
-
Object
- Object
- Enterprisifier::Marshalling::XSD::Schema::ComplexType
- Includes:
- SchemaComposition
- Defined in:
- lib/enterprisifier/marshalling/xsd/schema/complex_type.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil) ⇒ ComplexType
constructor
A new instance of ComplexType.
Methods included from SchemaComposition
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
#name ⇒ Object (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 |