Class: HeapScope::Dominators::Candidate
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::Dominators::Candidate
- Defined in:
- lib/heapscope/dominators.rb
Instance Attribute Summary collapse
-
#approx_retained ⇒ Object
Returns the value of attribute approx_retained.
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#note ⇒ Object
Returns the value of attribute note.
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#shallow ⇒ Object
Returns the value of attribute shallow.
Instance Attribute Details
#approx_retained ⇒ Object
Returns the value of attribute approx_retained
7 8 9 |
# File 'lib/heapscope/dominators.rb', line 7 def approx_retained @approx_retained end |
#class_name ⇒ Object
Returns the value of attribute class_name
7 8 9 |
# File 'lib/heapscope/dominators.rb', line 7 def class_name @class_name end |
#note ⇒ Object
Returns the value of attribute note
7 8 9 |
# File 'lib/heapscope/dominators.rb', line 7 def note @note end |
#objects ⇒ Object
Returns the value of attribute objects
7 8 9 |
# File 'lib/heapscope/dominators.rb', line 7 def objects @objects end |
#shallow ⇒ Object
Returns the value of attribute shallow
7 8 9 |
# File 'lib/heapscope/dominators.rb', line 7 def shallow @shallow end |