Class RDoc::PuppetClass
In: lib/puppet/util/rdoc/code_objects.rb
Parent: ClassModule

PuppetClass holds a puppet class It is mapped to a HTMLPuppetClass for display It leverages RDoc (ruby) Class

Methods

Attributes

childs  [RW] 
realizes  [RW] 
requires  [RW] 
resource_list  [RW] 

Public Class methods

Public Instance methods

we‘re (ab)using the RDoc require system here. we‘re adding a required Puppet class, overriding the RDoc add_require method which sees ruby required files.

[Validate]