Class: RSpecTelemetry::Trace::Viewer::Label::Segment

Inherits:
Data
  • Object
show all
Defined in:
lib/rspec_telemetry/trace/viewer/label.rb

Instance Attribute Summary collapse

Instance Attribute Details

#styleObject (readonly)

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



10
11
12
# File 'lib/rspec_telemetry/trace/viewer/label.rb', line 10

def style
  @style
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



10
11
12
# File 'lib/rspec_telemetry/trace/viewer/label.rb', line 10

def text
  @text
end