Class: PuppetfileResolver::SpecSearchers::LocalConfiguration
- Inherits:
-
Object
- Object
- PuppetfileResolver::SpecSearchers::LocalConfiguration
- Defined in:
- lib/puppetfile-resolver/spec_searchers/local_configuration.rb
Instance Attribute Summary collapse
-
#puppet_module_paths ⇒ Object
Returns the value of attribute puppet_module_paths.
Instance Method Summary collapse
-
#initialize ⇒ LocalConfiguration
constructor
A new instance of LocalConfiguration.
Constructor Details
#initialize ⇒ LocalConfiguration
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_paths ⇒ Object
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 |