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