Class: PuppetX::PuppetLabs::Strings::Actions::ModuleIndex
- Inherits:
-
Struct
- Object
- Struct
- PuppetX::PuppetLabs::Strings::Actions::ModuleIndex
- Defined in:
- lib/puppet_x/puppetlabs/strings/actions.rb
Overview
Holds the name of a module and the file path to its YARD index
Instance Attribute Summary collapse
-
#index_path ⇒ Object
Returns the value of attribute index_path.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#index_path ⇒ Object
Returns the value of attribute index_path
14 15 16 |
# File 'lib/puppet_x/puppetlabs/strings/actions.rb', line 14 def index_path @index_path end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/puppet_x/puppetlabs/strings/actions.rb', line 14 def name @name end |