Class: Rivulet::Telemetry::Node
- Inherits:
-
Struct
- Object
- Struct
- Rivulet::Telemetry::Node
- Defined in:
- lib/rivulet/telemetry/node.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#ended_at ⇒ Object
Returns the value of attribute ended_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#self_ms ⇒ Object
Returns the value of attribute self_ms.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
3 4 5 |
# File 'lib/rivulet/telemetry/node.rb', line 3 def children @children end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
3 4 5 |
# File 'lib/rivulet/telemetry/node.rb', line 3 def duration_ms @duration_ms end |
#ended_at ⇒ Object
Returns the value of attribute ended_at
3 4 5 |
# File 'lib/rivulet/telemetry/node.rb', line 3 def ended_at @ended_at end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/rivulet/telemetry/node.rb', line 3 def name @name end |
#self_ms ⇒ Object
Returns the value of attribute self_ms
3 4 5 |
# File 'lib/rivulet/telemetry/node.rb', line 3 def self_ms @self_ms end |
#started_at ⇒ Object
Returns the value of attribute started_at
3 4 5 |
# File 'lib/rivulet/telemetry/node.rb', line 3 def started_at @started_at end |