Class: PuppetStrings::Markdown::PuppetPlan
- Defined in:
 - lib/puppet-strings/markdown/puppet_plan.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(registry)  ⇒ PuppetPlan 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of PuppetPlan.
 - #render ⇒ Object
 
Methods inherited from Base
#defaults, #enums, #enums_for_param, #examples, #link, #name, #options, #options_for_param, #params, #private?, #raises, #return_type, #see, #since, #text, #toc_info, #value_string, #word_wrap
Constructor Details
#initialize(registry) ⇒ PuppetPlan
Returns a new instance of PuppetPlan.
      7 8 9 10  | 
    
      # File 'lib/puppet-strings/markdown/puppet_plan.rb', line 7 def initialize(registry) @template = 'classes_and_defines.erb' super(registry, 'plan') end  | 
  
Instance Method Details
#render ⇒ Object
      12 13 14  | 
    
      # File 'lib/puppet-strings/markdown/puppet_plan.rb', line 12 def render super(@template) end  |