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