Class: TraceViz::Renderers::BaseRenderer::NodeLine
- Inherits:
-
Struct
- Object
- Struct
- TraceViz::Renderers::BaseRenderer::NodeLine
- Defined in:
- lib/trace_viz/renderers/base_renderer.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
6 7 8 |
# File 'lib/trace_viz/renderers/base_renderer.rb', line 6 def data @data end |
#line ⇒ Object
Returns the value of attribute line
6 7 8 |
# File 'lib/trace_viz/renderers/base_renderer.rb', line 6 def line @line end |