Class: AbideDevUtils::Ppt::CodeGen::Manifest
- Defined in:
 - lib/abide_dev_utils/ppt/code_gen/resource_types/manifest.rb
 
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ Manifest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Manifest.
 
Methods inherited from Base
#get_my, #has_a, #reference, #that_equals, #to_s, #type, #value, #with_a
Constructor Details
#initialize ⇒ Manifest
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  |