Class: ChefGen::Flavor::Example
- Inherits:
-
FlavorBase
- Object
- FlavorBase
- ChefGen::Flavor::Example
- Includes:
- Snippet::Attributes, Snippet::ChefSpec, Snippet::CookbookBase, Snippet::ExampleFile, Snippet::ExampleTemplate, Snippet::Recipes, Snippet::StandardIgnore, Snippet::StyleRubocop, Snippet::TestKitchen
- Defined in:
- lib/chef_gen/flavor/example.rb
Overview
an example plugin for chef-gen-template
Constant Summary collapse
- VERSION =
the version of the gem
'0.2.0'
Class Method Summary collapse
-
.description ⇒ Object
:nocov:.
Class Method Details
.description ⇒ Object
:nocov:
25 26 27 |
# File 'lib/chef_gen/flavor/example.rb', line 25 def description 'Example cookbook template' end |