Method: Enterprisifier::Marshalling::XSD::Schema::ComplexType#initialize
- Defined in:
- lib/enterprisifier/marshalling/xsd/schema/complex_type.rb
#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 |