Method: Inspec::Resources::Svcs#initialize

Defined in:
lib/resources/service.rb

#initialize(service_name, service_ctl = nil) ⇒ Svcs

Returns a new instance of Svcs.



610
611
612
613
# File 'lib/resources/service.rb', line 610

def initialize(service_name, service_ctl = nil)
  @service_ctl = service_ctl || 'svcs'
  super
end