Class: ChefInstance::Service::Init
- Defined in:
- lib/chef_instance/service/init.rb
Overview
A Superclass managing Init.
Instance Method Summary collapse
-
#initialize(new_resource, run_context = nil) ⇒ Init
constructor
Construct a new ChefInstance::Service::Init.
Methods inherited from Template
#create, #destroy, #disable, #enable
Constructor Details
#initialize(new_resource, run_context = nil) ⇒ Init
Construct a new ChefInstance::Service::Init.
11 12 13 |
# File 'lib/chef_instance/service/init.rb', line 11 def initialize(new_resource, run_context = nil) super end |