Class: Pbt::Reporter::RunExecution::ExecutionTreeNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/pbt/reporter/run_execution.rb

Overview

A tree node of the execution for verbose output.

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



10
11
12
# File 'lib/pbt/reporter/run_execution.rb', line 10

def children
  @children
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



10
11
12
# File 'lib/pbt/reporter/run_execution.rb', line 10

def result
  @result
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/pbt/reporter/run_execution.rb', line 10

def value
  @value
end