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