Class: HeapScope::Dominators::Candidate

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

Instance Attribute Summary collapse

Instance Attribute Details

#approx_retainedObject

Returns the value of attribute approx_retained

Returns:

  • (Object)

    the current value of approx_retained



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

def approx_retained
  @approx_retained
end

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



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

def class_name
  @class_name
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



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

def note
  @note
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



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

def objects
  @objects
end

#shallowObject

Returns the value of attribute shallow

Returns:

  • (Object)

    the current value of shallow



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

def shallow
  @shallow
end