Class: HeapScope::Graph::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/heapscope/graph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



8
9
10
# File 'lib/heapscope/graph.rb', line 8

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



8
9
10
# File 'lib/heapscope/graph.rb', line 8

def to
  @to
end

#viaObject

Returns the value of attribute via

Returns:

  • (Object)

    the current value of via



8
9
10
# File 'lib/heapscope/graph.rb', line 8

def via
  @via
end