Class: PuppetfileResolver::SpecSearchers::LocalConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/puppetfile-resolver/spec_searchers/local_configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLocalConfiguration

Returns a new instance of LocalConfiguration.



8
9
10
# File 'lib/puppetfile-resolver/spec_searchers/local_configuration.rb', line 8

def initialize
  @puppet_module_paths = []
end

Instance Attribute Details

#puppet_module_pathsObject

Returns the value of attribute puppet_module_paths.



6
7
8
# File 'lib/puppetfile-resolver/spec_searchers/local_configuration.rb', line 6

def puppet_module_paths
  @puppet_module_paths
end