Class: ErrorRadar::ServerMonitor::Status
- Inherits:
-
Struct
- Object
- Struct
- ErrorRadar::ServerMonitor::Status
- Defined in:
- lib/error_radar/server_monitor.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#last_beat_ago ⇒ Object
Returns the value of attribute last_beat_ago.
-
#name ⇒ Object
Returns the value of attribute name.
-
#processes ⇒ Object
Returns the value of attribute processes.
-
#up ⇒ Object
Returns the value of attribute up.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
13 14 15 |
# File 'lib/error_radar/server_monitor.rb', line 13 def key @key end |
#last_beat_ago ⇒ Object
Returns the value of attribute last_beat_ago
13 14 15 |
# File 'lib/error_radar/server_monitor.rb', line 13 def last_beat_ago @last_beat_ago end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/error_radar/server_monitor.rb', line 13 def name @name end |
#processes ⇒ Object
Returns the value of attribute processes
13 14 15 |
# File 'lib/error_radar/server_monitor.rb', line 13 def processes @processes end |
#up ⇒ Object
Returns the value of attribute up
13 14 15 |
# File 'lib/error_radar/server_monitor.rb', line 13 def up @up end |