Method: YARD::CodeObjects::Chef::RecipeObject#initialize

Defined in:
lib/yard-chefdoc/code_objects/recipe.rb

#initialize(namespace, name) ⇒ RecipeObject

Creates a new instance of RecipeObject.

Parameters:

  • namespace (NamespaceObject)

    namespace to which the recipe belongs

  • name (String)

    name of the recipe



15
16
17
# File 'lib/yard-chefdoc/code_objects/recipe.rb', line 15

def initialize(namespace, name)
  super(namespace, name)
end