Class: RSpecTelemetry::Trace::Viewer::Label::Segment
- Inherits:
-
Data
- Object
- Data
- RSpecTelemetry::Trace::Viewer::Label::Segment
- Defined in:
- lib/rspec_telemetry/trace/viewer/label.rb
Instance Attribute Summary collapse
-
#style ⇒ Object
readonly
Returns the value of attribute style.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#style ⇒ Object (readonly)
Returns the value of attribute style
10 11 12 |
# File 'lib/rspec_telemetry/trace/viewer/label.rb', line 10 def style @style end |
#text ⇒ Object (readonly)
Returns the value of attribute text
10 11 12 |
# File 'lib/rspec_telemetry/trace/viewer/label.rb', line 10 def text @text end |