class ChefApply::Startup::ConfigPathInvalid

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/chef_apply/startup.rb, line 212
def initialize(path)
  @path = path
end