Class: HeapScope::RetentionSession::Sample

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

Instance Attribute Summary collapse

Instance Attribute Details

#after_gcObject

Returns the value of attribute after_gc

Returns:

  • (Object)

    the current value of after_gc



6
7
8
# File 'lib/heapscope/retention.rb', line 6

def after_gc
  @after_gc
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



6
7
8
# File 'lib/heapscope/retention.rb', line 6

def index
  @index
end

#snapshotObject

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



6
7
8
# File 'lib/heapscope/retention.rb', line 6

def snapshot
  @snapshot
end