Class: Pbt::Reporter::RunExecution::ExecutionTreeNode
- Inherits:
-
Struct
- Object
- Struct
- Pbt::Reporter::RunExecution::ExecutionTreeNode
- Defined in:
- lib/pbt/reporter/run_execution.rb
Overview
A tree node of the execution for verbose output.
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#result ⇒ Object
Returns the value of attribute result.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
10 11 12 |
# File 'lib/pbt/reporter/run_execution.rb', line 10 def children @children end |
#result ⇒ Object
Returns the value of attribute result
10 11 12 |
# File 'lib/pbt/reporter/run_execution.rb', line 10 def result @result end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/pbt/reporter/run_execution.rb', line 10 def value @value end |