Class: ChefGen::Flavor::PanBase
- Inherits:
-
ChefGen::FlavorBase
- Object
- ChefGen::FlavorBase
- ChefGen::Flavor::PanBase
- Defined in:
- lib/chef_gen/flavor/base.rb
Constant Summary collapse
- NAME =
'pan_base'- DESC =
'Generate a base cookbook for organization wide policy.'- VERSION =
'1.0.0'
Instance Method Summary collapse
-
#initialize(temp_path: nil, type: nil, recipe: nil) ⇒ PanBase
constructor
A new instance of PanBase.
Constructor Details
#initialize(temp_path: nil, type: nil, recipe: nil) ⇒ PanBase
Returns a new instance of PanBase.
11 12 13 |
# File 'lib/chef_gen/flavor/base.rb', line 11 def initialize(temp_path: nil, type: nil, recipe: nil) super end |