Class: HeapScope::Graph::Node
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::Graph::Node
- Defined in:
- lib/heapscope/graph.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#label ⇒ Object
Returns the value of attribute label.
-
#local_id ⇒ Object
Returns the value of attribute local_id.
-
#ruby_object_id ⇒ Object
Returns the value of attribute ruby_object_id.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
7 8 9 |
# File 'lib/heapscope/graph.rb', line 7 def class_name @class_name end |
#label ⇒ Object
Returns the value of attribute label
7 8 9 |
# File 'lib/heapscope/graph.rb', line 7 def label @label end |
#local_id ⇒ Object
Returns the value of attribute local_id
7 8 9 |
# File 'lib/heapscope/graph.rb', line 7 def local_id @local_id end |
#ruby_object_id ⇒ Object
Returns the value of attribute ruby_object_id
7 8 9 |
# File 'lib/heapscope/graph.rb', line 7 def ruby_object_id @ruby_object_id end |