Class: Vivarium::TreeRenderer::EventNode
- Inherits:
-
Struct
- Object
- Struct
- Vivarium::TreeRenderer::EventNode
- Defined in:
- lib/vivarium/tree_renderer.rb
Instance Attribute Summary collapse
-
#child_proc ⇒ Object
Returns the value of attribute child_proc.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset_ns ⇒ Object
Returns the value of attribute offset_ns.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#child_proc ⇒ Object
Returns the value of attribute child_proc
51 52 53 |
# File 'lib/vivarium/tree_renderer.rb', line 51 def child_proc @child_proc end |
#kind ⇒ Object
Returns the value of attribute kind
51 52 53 |
# File 'lib/vivarium/tree_renderer.rb', line 51 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
51 52 53 |
# File 'lib/vivarium/tree_renderer.rb', line 51 def name @name end |
#offset_ns ⇒ Object
Returns the value of attribute offset_ns
51 52 53 |
# File 'lib/vivarium/tree_renderer.rb', line 51 def offset_ns @offset_ns end |
#target ⇒ Object
Returns the value of attribute target
51 52 53 |
# File 'lib/vivarium/tree_renderer.rb', line 51 def target @target end |