Method: Inspec::Resources::Svcs#initialize

Defined in:
lib/resources/service.rb

#initialize(service_name, service_ctl = nil) ⇒ Svcs

Returns a new instance of Svcs.



628
629
630
631
# File 'lib/resources/service.rb', line 628

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