Class: AbideDevUtils::Ppt::CodeGen::Manifest

Inherits:
Base
  • Object
show all
Defined in:
lib/abide_dev_utils/ppt/code_gen/resource_types/manifest.rb

Instance Attribute Summary

Attributes inherited from Base

#id, #title

Instance Method Summary collapse

Methods inherited from Base

#get_my, #has_a, #reference, #that_equals, #to_s, #type, #value, #with_a

Constructor Details

#initializeManifest

Returns a new instance of Manifest.



9
10
11
12
# File 'lib/abide_dev_utils/ppt/code_gen/resource_types/manifest.rb', line 9

def initialize
  super
  @supports_children = true
end