Class: Vivarium::TreeRenderer::EventNode

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

Instance Attribute Summary collapse

Instance Attribute Details

#child_procObject

Returns the value of attribute child_proc

Returns:

  • (Object)

    the current value of child_proc



47
48
49
# File 'lib/vivarium/tree_renderer.rb', line 47

def child_proc
  @child_proc
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



47
48
49
# File 'lib/vivarium/tree_renderer.rb', line 47

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



47
48
49
# File 'lib/vivarium/tree_renderer.rb', line 47

def name
  @name
end

#offset_nsObject

Returns the value of attribute offset_ns

Returns:

  • (Object)

    the current value of offset_ns



47
48
49
# File 'lib/vivarium/tree_renderer.rb', line 47

def offset_ns
  @offset_ns
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



47
48
49
# File 'lib/vivarium/tree_renderer.rb', line 47

def target
  @target
end