Class: PuppetfileResolver::Puppetfile::InvalidModule
- Inherits:
-
BaseModule
- Object
- BaseModule
- PuppetfileResolver::Puppetfile::InvalidModule
- Defined in:
- lib/puppetfile-resolver/puppetfile/invalid_module.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Attributes inherited from BaseModule
#location, #module_type, #name, #owner, #resolver_flags, #title, #version
Instance Method Summary collapse
-
#initialize(title) ⇒ InvalidModule
constructor
A new instance of InvalidModule.
Methods inherited from BaseModule
Constructor Details
#initialize(title) ⇒ InvalidModule
Returns a new instance of InvalidModule.
10 11 12 13 |
# File 'lib/puppetfile-resolver/puppetfile/invalid_module.rb', line 10 def initialize(title) super @module_type = INVALID_MODULE end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
8 9 10 |
# File 'lib/puppetfile-resolver/puppetfile/invalid_module.rb', line 8 def reason @reason end |