Class: RSpecTelemetry::Trace::Viewer::Layout::Regions
- Inherits:
-
Data
- Object
- Data
- RSpecTelemetry::Trace::Viewer::Layout::Regions
- Defined in:
- lib/rspec_telemetry/trace/viewer/layout.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#divider ⇒ Object
readonly
Returns the value of attribute divider.
-
#list ⇒ Object
readonly
Returns the value of attribute list.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#source_top ⇒ Object
readonly
Returns the value of attribute source_top.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#time ⇒ Object
readonly
Returns the value of attribute time.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def body @body end |
#content ⇒ Object (readonly)
Returns the value of attribute content
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def content @content end |
#detail ⇒ Object (readonly)
Returns the value of attribute detail
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def detail @detail end |
#divider ⇒ Object (readonly)
Returns the value of attribute divider
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def divider @divider end |
#list ⇒ Object (readonly)
Returns the value of attribute list
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def list @list end |
#source ⇒ Object (readonly)
Returns the value of attribute source
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def source @source end |
#source_top ⇒ Object (readonly)
Returns the value of attribute source_top
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def source_top @source_top end |
#status ⇒ Object (readonly)
Returns the value of attribute status
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def status @status end |
#time ⇒ Object (readonly)
Returns the value of attribute time
16 17 18 |
# File 'lib/rspec_telemetry/trace/viewer/layout.rb', line 16 def time @time end |