Class: HeapScope::Graph::Path
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::Graph::Path
- Defined in:
- lib/heapscope/graph.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#nodes ⇒ Object
Returns the value of attribute nodes.
-
#note ⇒ Object
Returns the value of attribute note.
Instance Attribute Details
#confidence ⇒ Object
Returns the value of attribute confidence
9 10 11 |
# File 'lib/heapscope/graph.rb', line 9 def confidence @confidence end |
#nodes ⇒ Object
Returns the value of attribute nodes
9 10 11 |
# File 'lib/heapscope/graph.rb', line 9 def nodes @nodes end |
#note ⇒ Object
Returns the value of attribute note
9 10 11 |
# File 'lib/heapscope/graph.rb', line 9 def note @note end |