Class: PuppetX::PuppetLabs::Strings::Actions::ModuleIndex

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#index_pathObject

Returns the value of attribute index_path

Returns:

  • (Object)

    the current value of index_path



14
15
16
# File 'lib/puppet_x/puppetlabs/strings/actions.rb', line 14

def index_path
  @index_path
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/puppet_x/puppetlabs/strings/actions.rb', line 14

def name
  @name
end