Class: SystemdServiceCheck::Base::Service
- Inherits:
-
Struct
- Object
- Struct
- SystemdServiceCheck::Base::Service
- Defined in:
- lib/systemd_service_check/base.rb
Instance Attribute Summary collapse
-
#active_state ⇒ Object
Returns the value of attribute active_state.
-
#load_state ⇒ Object
Returns the value of attribute load_state.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#sub_state ⇒ Object
Returns the value of attribute sub_state.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unit_file_state ⇒ Object
Returns the value of attribute unit_file_state.
Instance Attribute Details
#active_state ⇒ Object
Returns the value of attribute active_state
14 15 16 |
# File 'lib/systemd_service_check/base.rb', line 14 def active_state @active_state end |
#load_state ⇒ Object
Returns the value of attribute load_state
14 15 16 |
# File 'lib/systemd_service_check/base.rb', line 14 def load_state @load_state end |
#service_name ⇒ Object
Returns the value of attribute service_name
14 15 16 |
# File 'lib/systemd_service_check/base.rb', line 14 def service_name @service_name end |
#sub_state ⇒ Object
Returns the value of attribute sub_state
14 15 16 |
# File 'lib/systemd_service_check/base.rb', line 14 def sub_state @sub_state end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/systemd_service_check/base.rb', line 14 def type @type end |
#unit_file_state ⇒ Object
Returns the value of attribute unit_file_state
14 15 16 |
# File 'lib/systemd_service_check/base.rb', line 14 def unit_file_state @unit_file_state end |