class ChefApply::Action::InstallChef::MinimumChefVersion::Client14Outdated

Public Class Methods

new(current_version, target_version) click to toggle source
Calls superclass method ChefApply::ErrorNoLogs::new
# File lib/chef_apply/action/install_chef/minimum_chef_version.rb, line 86
def initialize(current_version, target_version)
  super("CHEFINS004", current_version, target_version)
end