Class: HeapScope::Graph::Node

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

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



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

def class_name
  @class_name
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#local_idObject

Returns the value of attribute local_id

Returns:

  • (Object)

    the current value of local_id



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

def local_id
  @local_id
end

#ruby_object_idObject

Returns the value of attribute ruby_object_id

Returns:

  • (Object)

    the current value of ruby_object_id



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

def ruby_object_id
  @ruby_object_id
end