Class: SystemdServiceCheck::Base::Result
- Inherits:
-
Struct
- Object
- Struct
- SystemdServiceCheck::Base::Result
- Defined in:
- lib/systemd_service_check/base.rb
Instance Attribute Summary collapse
-
#server ⇒ Object
Returns the value of attribute server.
-
#services ⇒ Object
Returns the value of attribute services.
Instance Attribute Details
#server ⇒ Object
Returns the value of attribute server
15 16 17 |
# File 'lib/systemd_service_check/base.rb', line 15 def server @server end |
#services ⇒ Object
Returns the value of attribute services
15 16 17 |
# File 'lib/systemd_service_check/base.rb', line 15 def services @services end |