Exception: ChefApply::Startup::ConfigPathInvalid

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chef_apply/startup.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ ConfigPathInvalid



157
158
159
# File 'lib/chef_apply/startup.rb', line 157

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



156
157
158
# File 'lib/chef_apply/startup.rb', line 156

def path
  @path
end