Class: SystemdServiceCheck::Base::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/systemd_service_check/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



15
16
17
# File 'lib/systemd_service_check/base.rb', line 15

def server
  @server
end

#servicesObject

Returns the value of attribute services

Returns:

  • (Object)

    the current value of services



15
16
17
# File 'lib/systemd_service_check/base.rb', line 15

def services
  @services
end