Class: HeapScope::Monitor::Alert

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



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

def at
  @at
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#live_deltaObject

Returns the value of attribute live_delta

Returns:

  • (Object)

    the current value of live_delta



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

def live_delta
  @live_delta
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#rss_deltaObject

Returns the value of attribute rss_delta

Returns:

  • (Object)

    the current value of rss_delta



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

def rss_delta
  @rss_delta
end