Class: HeapScope::Graph::Path

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

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



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

def confidence
  @confidence
end

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



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

def nodes
  @nodes
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



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

def note
  @note
end