Class: HeapScope::RetentionSession::Sample
- Inherits:
-
Struct
- Object
- Struct
- HeapScope::RetentionSession::Sample
- Defined in:
- lib/heapscope/retention.rb
Instance Attribute Summary collapse
-
#after_gc ⇒ Object
Returns the value of attribute after_gc.
-
#index ⇒ Object
Returns the value of attribute index.
-
#snapshot ⇒ Object
Returns the value of attribute snapshot.
Instance Attribute Details
#after_gc ⇒ Object
Returns the value of attribute after_gc
6 7 8 |
# File 'lib/heapscope/retention.rb', line 6 def after_gc @after_gc end |
#index ⇒ Object
Returns the value of attribute index
6 7 8 |
# File 'lib/heapscope/retention.rb', line 6 def index @index end |
#snapshot ⇒ Object
Returns the value of attribute snapshot
6 7 8 |
# File 'lib/heapscope/retention.rb', line 6 def snapshot @snapshot end |