Class: FiberAudit::Runtime::Watchdog::Channel

Inherits:
Struct
  • Object
show all
Defined in:
lib/fiber_audit/runtime/watchdog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



20
21
22
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20

def active
  @active
end

#heartbeatObject

Returns the value of attribute heartbeat

Returns:

  • (Object)

    the current value of heartbeat



20
21
22
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20

def heartbeat
  @heartbeat
end

#stallObject

Returns the value of attribute stall

Returns:

  • (Object)

    the current value of stall



20
21
22
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20

def stall
  @stall
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



20
21
22
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20

def thread
  @thread
end

#unsupportedObject

Returns the value of attribute unsupported

Returns:

  • (Object)

    the current value of unsupported



20
21
22
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20

def unsupported
  @unsupported
end