Class: ChefCore::Actions::InstallChef::MinimumChefVersion::ClientNotInstalled
- Inherits:
-
Error
- Object
- Error
- ChefCore::Actions::InstallChef::MinimumChefVersion::ClientNotInstalled
- Defined in:
- lib/chef_core/actions/install_chef/minimum_chef_version.rb
Instance Method Summary collapse
-
#initialize ⇒ ClientNotInstalled
constructor
A new instance of ClientNotInstalled.
Constructor Details
#initialize ⇒ ClientNotInstalled
Returns a new instance of ClientNotInstalled.
69 |
# File 'lib/chef_core/actions/install_chef/minimum_chef_version.rb', line 69 def initialize(); super("CHEFINS002"); end |