Class: Rivulet::Telemetry::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/rivulet/telemetry/node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



3
4
5
# File 'lib/rivulet/telemetry/node.rb', line 3

def children
  @children
end

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



3
4
5
# File 'lib/rivulet/telemetry/node.rb', line 3

def duration_ms
  @duration_ms
end

#ended_atObject

Returns the value of attribute ended_at

Returns:

  • (Object)

    the current value of ended_at



3
4
5
# File 'lib/rivulet/telemetry/node.rb', line 3

def ended_at
  @ended_at
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/rivulet/telemetry/node.rb', line 3

def name
  @name
end

#self_msObject

Returns the value of attribute self_ms

Returns:

  • (Object)

    the current value of self_ms



3
4
5
# File 'lib/rivulet/telemetry/node.rb', line 3

def self_ms
  @self_ms
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



3
4
5
# File 'lib/rivulet/telemetry/node.rb', line 3

def started_at
  @started_at
end