Class: ChefGen::Snippet::NextSteps
- Inherits:
-
ChefGen::SnippetBase
- Object
- ChefGen::SnippetBase
- ChefGen::Snippet::NextSteps
- Defined in:
- lib/chef_gen/snippet/next_steps.rb
Overview
provides an accessor with a block of text to be displayed at the end of the generate phase; normally used to give the user some information about how to proceed. When used in conjunction with the ActionsTaken snippet, care should be taken to put this snippet after it in the list so that the next steps is the last thing that the user sees
Constant Summary collapse
- NAME =
the name of the snippet
'next_steps'
Method Summary
Methods inherited from ChefGen::SnippetBase
Constructor Details
This class inherits a constructor from ChefGen::SnippetBase