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.
-
#reaper ⇒ Object
Returns the value of attribute reaper.
-
#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.
-
#watch_backend ⇒ Object
Returns the value of attribute watch_backend.
Instance Attribute Details
#active_watchers ⇒ Object
Returns the value of attribute active_watchers
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def active_watchers @active_watchers end |
#cache_entries ⇒ Object
Returns the value of attribute cache_entries
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def cache_entries @cache_entries end |
#config_path ⇒ Object
Returns the value of attribute config_path
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def config_path @config_path end |
#in_flight ⇒ Object
Returns the value of attribute in_flight
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def in_flight @in_flight end |
#pid ⇒ Object
Returns the value of attribute pid
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def pid @pid end |
#reaper ⇒ Object
Returns the value of attribute reaper
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def reaper @reaper end |
#requests_total ⇒ Object
Returns the value of attribute requests_total
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def requests_total @requests_total end |
#socket_path ⇒ Object
Returns the value of attribute socket_path
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def socket_path @socket_path end |
#uptime_secs ⇒ Object
Returns the value of attribute uptime_secs
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def uptime_secs @uptime_secs end |
#verdicts ⇒ Object
Returns the value of attribute verdicts
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def verdicts @verdicts end |
#version ⇒ Object
Returns the value of attribute version
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def version @version end |
#watch_backend ⇒ Object
Returns the value of attribute watch_backend
11 12 13 |
# File 'lib/beachcomber/types.rb', line 11 def watch_backend @watch_backend end |