Class: FiberAudit::Runtime::Watchdog::Channel
- Inherits:
-
Struct
- Object
- Struct
- FiberAudit::Runtime::Watchdog::Channel
- Defined in:
- lib/fiber_audit/runtime/watchdog.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#heartbeat ⇒ Object
Returns the value of attribute heartbeat.
-
#stall ⇒ Object
Returns the value of attribute stall.
-
#thread ⇒ Object
Returns the value of attribute thread.
-
#unsupported ⇒ Object
Returns the value of attribute unsupported.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def active @active end |
#heartbeat ⇒ Object
Returns the value of attribute heartbeat
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def heartbeat @heartbeat end |
#stall ⇒ Object
Returns the value of attribute stall
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def stall @stall end |
#thread ⇒ Object
Returns the value of attribute thread
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def thread @thread end |
#unsupported ⇒ Object
Returns the value of attribute unsupported
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def unsupported @unsupported end |