Class: HeapScope::Monitor::Sample

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

Instance Attribute Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



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

def at
  @at
end

#snapshotObject

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



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

def snapshot
  @snapshot
end