Module: YARD::CodeObjects::Chef

Included in:
Handlers::Chef::Base
Defined in:
lib/yard-chef/code_objects/dependency_object.rb,
lib/yard-chef/code_objects/attribute_object.rb,
lib/yard-chef/code_objects/resource_object.rb,
lib/yard-chef/code_objects/provider_object.rb,
lib/yard-chef/code_objects/cookbook_object.rb,
lib/yard-chef/code_objects/recipe_object.rb,
lib/yard-chef/code_objects/action_object.rb,
lib/yard-chef/code_objects/chef_object.rb,
lib/yard-chef.rb

Defined Under Namespace

Classes: ActionObject, AttributeObject, ChefObject, CookbookObject, DependencyObject, ProviderObject, RecipeObject, ResourceObject

Constant Summary collapse

RESOURCE =

Register ‘resource’ as a child of ‘chef’ namespace

ChefObject.register(CHEF, 'resource', :resource)
PROVIDER =

Register ‘provider’ as a child of ‘chef’ namespace

ChefObject.register(CHEF, 'provider', :provider)
CHEF =

Register ‘Chef’ as the root namespace

ChefObject.new(:root, 'chef')