Module: RDoc::PuppetTopLevel
- Defined in:
- lib/puppet/util/rdoc/code_objects.rb
Overview
PuppetTopLevel is a top level (usually a .pp/.rb file)
Instance Attribute Summary collapse
-
#global ⇒ Object
Returns the value of attribute global.
-
#module_name ⇒ Object
Returns the value of attribute module_name.
Instance Attribute Details
#global ⇒ Object
Returns the value of attribute global.
14 15 16 |
# File 'lib/puppet/util/rdoc/code_objects.rb', line 14 def global @global end |
#module_name ⇒ Object
Returns the value of attribute module_name.
14 15 16 |
# File 'lib/puppet/util/rdoc/code_objects.rb', line 14 def module_name @module_name end |