Method: Inspec::Resources::Svcs#initialize
- Defined in:
- lib/resources/service.rb
#initialize(service_name, service_ctl = nil) ⇒ Svcs
Returns a new instance of Svcs.
624 625 626 627 |
# File 'lib/resources/service.rb', line 624 def initialize(service_name, service_ctl = nil) @service_ctl = service_ctl || 'svcs' super end |