Class: Enterprisifier::Marshalling::XSD::Schema::Group

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

Instance Method Summary collapse

Methods included from SchemaComposition

included

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