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