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