Class: SystemdServiceCheck::Base::Server
- Inherits:
-
Struct
- Object
- Struct
- SystemdServiceCheck::Base::Server
- Defined in:
- lib/systemd_service_check/base.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#options ⇒ Object
Returns the value of attribute options.
-
#services ⇒ Object
Returns the value of attribute services.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env
13 14 15 |
# File 'lib/systemd_service_check/base.rb', line 13 def env @env end |
#hostname ⇒ Object
Returns the value of attribute hostname
13 14 15 |
# File 'lib/systemd_service_check/base.rb', line 13 def hostname @hostname end |
#ip ⇒ Object
Returns the value of attribute ip
13 14 15 |
# File 'lib/systemd_service_check/base.rb', line 13 def ip @ip end |
#options ⇒ Object
Returns the value of attribute options
13 14 15 |
# File 'lib/systemd_service_check/base.rb', line 13 def @options end |
#services ⇒ Object
Returns the value of attribute services
13 14 15 |
# File 'lib/systemd_service_check/base.rb', line 13 def services @services end |
#user ⇒ Object
Returns the value of attribute user
13 14 15 |
# File 'lib/systemd_service_check/base.rb', line 13 def user @user end |