class PuppetfileResolver::Puppetfile::InvalidModule

Attributes

reason[RW]

Public Class Methods

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