Method: Inspec::Resources::Svcs#initialize

Defined in:
lib/resources/service.rb

#initialize(service_name, service_ctl = nil) ⇒ Svcs

Returns a new instance of Svcs.



630
631
632
633
# File 'lib/resources/service.rb', line 630

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