Class: Beachcomber::DaemonHealth
- Inherits:
-
Struct
- Object
- Struct
- Beachcomber::DaemonHealth
- Defined in:
- lib/beachcomber/types.rb
Instance Attribute Summary collapse
-
#active_watchers ⇒ Object
Returns the value of attribute active_watchers.
-
#cache_entries ⇒ Object
Returns the value of attribute cache_entries.
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#in_flight ⇒ Object
Returns the value of attribute in_flight.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#requests_total ⇒ Object
Returns the value of attribute requests_total.
-
#socket_path ⇒ Object
Returns the value of attribute socket_path.
-
#uptime_secs ⇒ Object
Returns the value of attribute uptime_secs.
-
#verdicts ⇒ Object
Returns the value of attribute verdicts.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#active_watchers ⇒ Object
Returns the value of attribute active_watchers
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def active_watchers @active_watchers end |
#cache_entries ⇒ Object
Returns the value of attribute cache_entries
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def cache_entries @cache_entries end |
#config_path ⇒ Object
Returns the value of attribute config_path
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def config_path @config_path end |
#in_flight ⇒ Object
Returns the value of attribute in_flight
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def in_flight @in_flight end |
#pid ⇒ Object
Returns the value of attribute pid
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def pid @pid end |
#requests_total ⇒ Object
Returns the value of attribute requests_total
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def requests_total @requests_total end |
#socket_path ⇒ Object
Returns the value of attribute socket_path
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def socket_path @socket_path end |
#uptime_secs ⇒ Object
Returns the value of attribute uptime_secs
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def uptime_secs @uptime_secs end |
#verdicts ⇒ Object
Returns the value of attribute verdicts
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def verdicts @verdicts end |
#version ⇒ Object
Returns the value of attribute version
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def version @version end |