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

Returns a new instance of ConfigPathInvalid.



204
205
206
# File 'lib/chef_apply/startup.rb', line 204

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



203
204
205
# File 'lib/chef_apply/startup.rb', line 203

def path
  @path
end