Method: Bolt::ModuleInstaller::Puppetfile::GitModule#initialize
- Defined in:
- lib/bolt/module_installer/puppetfile/git_module.rb
#initialize(name, git, ref) ⇒ GitModule
Returns a new instance of GitModule.
13 14 15 16 17 18 |
# File 'lib/bolt/module_installer/puppetfile/git_module.rb', line 13 def initialize(name, git, ref) super(name) @git = git @ref = ref @type = :git end |