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



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

def active
  @active
end

#heartbeatObject

Returns the value of attribute heartbeat

Returns:

  • (Object)

    the current value of heartbeat



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

def heartbeat
  @heartbeat
end

#stallObject

Returns the value of attribute stall

Returns:

  • (Object)

    the current value of stall



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

def stall
  @stall
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



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

def thread
  @thread
end

#unsupportedObject

Returns the value of attribute unsupported

Returns:

  • (Object)

    the current value of unsupported



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

def unsupported
  @unsupported
end