Class: Vivarium::TreeRenderer::ProcNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/vivarium/tree_renderer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



52
53
54
# File 'lib/vivarium/tree_renderer.rb', line 52

def children
  @children
end

#commObject

Returns the value of attribute comm

Returns:

  • (Object)

    the current value of comm



52
53
54
# File 'lib/vivarium/tree_renderer.rb', line 52

def comm
  @comm
end

#parent_pidObject

Returns the value of attribute parent_pid

Returns:

  • (Object)

    the current value of parent_pid



52
53
54
# File 'lib/vivarium/tree_renderer.rb', line 52

def parent_pid
  @parent_pid
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



52
53
54
# File 'lib/vivarium/tree_renderer.rb', line 52

def pid
  @pid
end