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