Class: ChefGen::Flavor::Example

Inherits:
FlavorBase
  • Object
show all
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

Class Method Details

.descriptionObject

:nocov:



25
26
27
# File 'lib/chef_gen/flavor/example.rb', line 25

def description
  'Example cookbook template'
end