Method: Chef::Provider::Service#initialize
- Defined in:
- lib/chef/provider/service.rb
#initialize(node, new_resource, collection = nil, definitions = nil, cookbook_loader = nil) ⇒ Service
Returns a new instance of Service.
28 29 30 31 |
# File 'lib/chef/provider/service.rb', line 28 def initialize(node, new_resource, collection=nil, definitions=nil, cookbook_loader=nil) super(node, new_resource, collection, definitions, cookbook_loader) @enabled = nil end |