Class: FiberAudit::Runtime::Heartbeat::Snapshot

Inherits:
Data
  • Object
show all
Defined in:
lib/fiber_audit/runtime/heartbeat.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fiber_idObject (readonly)

Returns the value of attribute fiber_id

Returns:

  • (Object)

    the current value of fiber_id



9
10
11
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9

def fiber_id
  @fiber_id
end

#last_progress_nsObject (readonly)

Returns the value of attribute last_progress_ns

Returns:

  • (Object)

    the current value of last_progress_ns



9
10
11
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9

def last_progress_ns
  @last_progress_ns
end

#sequenceObject (readonly)

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



9
10
11
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9

def sequence
  @sequence
end

#startedObject (readonly)

Returns the value of attribute started

Returns:

  • (Object)

    the current value of started



9
10
11
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9

def started
  @started
end

#stop_requestedObject (readonly)

Returns the value of attribute stop_requested

Returns:

  • (Object)

    the current value of stop_requested



9
10
11
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9

def stop_requested
  @stop_requested
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



9
10
11
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9

def thread_id
  @thread_id
end