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



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

def children
  @children
end

#commObject

Returns the value of attribute comm

Returns:

  • (Object)

    the current value of comm



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

def comm
  @comm
end

#parent_pidObject

Returns the value of attribute parent_pid

Returns:

  • (Object)

    the current value of parent_pid



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

def parent_pid
  @parent_pid
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



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

def pid
  @pid
end