Class: Vivarium::TreeRenderer::ProcNode
- Inherits:
-
Struct
- Object
- Struct
- Vivarium::TreeRenderer::ProcNode
- Defined in:
- lib/vivarium/tree_renderer.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#comm ⇒ Object
Returns the value of attribute comm.
-
#parent_pid ⇒ Object
Returns the value of attribute parent_pid.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
48 49 50 |
# File 'lib/vivarium/tree_renderer.rb', line 48 def children @children end |
#comm ⇒ Object
Returns the value of attribute comm
48 49 50 |
# File 'lib/vivarium/tree_renderer.rb', line 48 def comm @comm end |
#parent_pid ⇒ Object
Returns the value of attribute parent_pid
48 49 50 |
# File 'lib/vivarium/tree_renderer.rb', line 48 def parent_pid @parent_pid end |
#pid ⇒ Object
Returns the value of attribute pid
48 49 50 |
# File 'lib/vivarium/tree_renderer.rb', line 48 def pid @pid end |