Class: FiberAudit::Runtime::Heartbeat::Snapshot
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Runtime::Heartbeat::Snapshot
- Defined in:
- lib/fiber_audit/runtime/heartbeat.rb
Instance Attribute Summary collapse
-
#fiber_id ⇒ Object
readonly
Returns the value of attribute fiber_id.
-
#last_progress_ns ⇒ Object
readonly
Returns the value of attribute last_progress_ns.
-
#sequence ⇒ Object
readonly
Returns the value of attribute sequence.
-
#started ⇒ Object
readonly
Returns the value of attribute started.
-
#stop_requested ⇒ Object
readonly
Returns the value of attribute stop_requested.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
Instance Attribute Details
#fiber_id ⇒ Object (readonly)
Returns the value of attribute fiber_id
9 10 11 |
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9 def fiber_id @fiber_id end |
#last_progress_ns ⇒ Object (readonly)
Returns the value of attribute last_progress_ns
9 10 11 |
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9 def last_progress_ns @last_progress_ns end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
9 10 11 |
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9 def sequence @sequence end |
#started ⇒ Object (readonly)
Returns the value of attribute started
9 10 11 |
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9 def started @started end |
#stop_requested ⇒ Object (readonly)
Returns the value of attribute stop_requested
9 10 11 |
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9 def stop_requested @stop_requested end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
9 10 11 |
# File 'lib/fiber_audit/runtime/heartbeat.rb', line 9 def thread_id @thread_id end |