Class: RDoc::PuppetNode

Inherits:
PuppetClass show all
Includes:
AddClassModuleComment
Defined in:
lib/puppet/util/rdoc/code_objects.rb

Overview

PuppetNode holds a puppet node It is mapped to a HTMLPuppetNode for display A node is just a variation of a class

Instance Attribute Summary

Attributes inherited from PuppetClass

#childs, #realizes, #requires, #resource_list

Instance Method Summary collapse

Methods included from AddClassModuleComment

#add_comment

Methods inherited from PuppetClass

#add_child, #add_realize, #add_require, #add_resource, #aref_prefix, #find_symbol, #initialize, #superclass=

Constructor Details

This class inherits a constructor from RDoc::PuppetClass

Instance Method Details

#is_module?Boolean

Returns:

  • (Boolean)


189
190
191
# File 'lib/puppet/util/rdoc/code_objects.rb', line 189

def is_module?
  false
end