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



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

def active
  @active
end

#heartbeatObject

Returns the value of attribute heartbeat

Returns:

  • (Object)

    the current value of heartbeat



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

def heartbeat
  @heartbeat
end

#stallObject

Returns the value of attribute stall

Returns:

  • (Object)

    the current value of stall



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

def stall
  @stall
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



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

def thread
  @thread
end

#unsupportedObject

Returns the value of attribute unsupported

Returns:

  • (Object)

    the current value of unsupported



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

def unsupported
  @unsupported
end