class ChefApply::Action::GenerateTempCookbook::RecipeLookup::NoDefaultRecipe
Public Class Methods
new(cookbook_path, cookbook_name)
click to toggle source
Calls superclass method
ChefApply::Error::new
# File lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb, line 110 def initialize(cookbook_path, cookbook_name); super("CHEFVAL007", cookbook_path, cookbook_name); end