Class: Inspec::Resources::LaunchdService

Inherits:
Service
  • Object
show all
Defined in:
lib/resources/service.rb

Instance Attribute Summary

Attributes inherited from Service

#service_ctl

Instance Method Summary collapse

Methods inherited from Service

#enabled?, #info, #initialize, #installed?, #runlevels, #running?, #to_s

Constructor Details

This class inherits a constructor from Inspec::Resources::Service

Instance Method Details

#select_service_mgmtObject



715
716
717
# File 'lib/resources/service.rb', line 715

def select_service_mgmt
  LaunchCtl.new(inspec, service_ctl)
end