Class: Trailblazer::Developer::Trace::Tree::Node
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Developer::Trace::Tree::Node
- Defined in:
- lib/trailblazer/developer/trace/tree.rb
Instance Attribute Summary collapse
-
#captured_input ⇒ Object
Returns the value of attribute captured_input.
-
#captured_output ⇒ Object
Returns the value of attribute captured_output.
-
#level ⇒ Object
Returns the value of attribute level.
-
#nodes ⇒ Object
Returns the value of attribute nodes.
Instance Attribute Details
#captured_input ⇒ Object
Returns the value of attribute captured_input
42 43 44 |
# File 'lib/trailblazer/developer/trace/tree.rb', line 42 def captured_input @captured_input end |
#captured_output ⇒ Object
Returns the value of attribute captured_output
42 43 44 |
# File 'lib/trailblazer/developer/trace/tree.rb', line 42 def captured_output @captured_output end |
#level ⇒ Object
Returns the value of attribute level
42 43 44 |
# File 'lib/trailblazer/developer/trace/tree.rb', line 42 def level @level end |
#nodes ⇒ Object
Returns the value of attribute nodes
42 43 44 |
# File 'lib/trailblazer/developer/trace/tree.rb', line 42 def nodes @nodes end |