class PuppetfileResolver::Puppetfile::GitModule

Attributes

commit[RW]
ref[RW]
remote[RW]
tag[RW]

Public Class Methods

new(title) click to toggle source
# File lib/puppetfile-resolver/puppetfile/git_module.rb, line 13
def initialize(title)
  super
  @module_type = GIT_MODULE
end