Class: Enterprisifier::Marshalling::XSD::Schema::Group
- Inherits:
-
Object
- Object
- Enterprisifier::Marshalling::XSD::Schema::Group
- Includes:
- SchemaComposition
- Defined in:
- lib/enterprisifier/marshalling/xsd/schema/group.rb
Instance Method Summary collapse
-
#initialize(type_def = nil) ⇒ Group
constructor
A new instance of Group.
Methods included from SchemaComposition
Constructor Details
#initialize(type_def = nil) ⇒ Group
Returns a new instance of Group.
14 15 16 17 |
# File 'lib/enterprisifier/marshalling/xsd/schema/group.rb', line 14 def initialize(type_def = nil) super @type_def = type_def end |