Class: HeapScope::Graph::Edge
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::Graph::Edge
- Defined in:
- lib/heapscope/graph.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
-
#via ⇒ Object
Returns the value of attribute via.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
8 9 10 |
# File 'lib/heapscope/graph.rb', line 8 def from @from end |
#to ⇒ Object
Returns the value of attribute to
8 9 10 |
# File 'lib/heapscope/graph.rb', line 8 def to @to end |
#via ⇒ Object
Returns the value of attribute via
8 9 10 |
# File 'lib/heapscope/graph.rb', line 8 def via @via end |