Class: Igniter::Store::ServerMetrics::Alert
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Store::ServerMetrics::Alert
- Defined in:
- lib/igniter/store/server_metrics.rb
Instance Attribute Summary collapse
-
#current_value ⇒ Object
Returns the value of attribute current_value.
-
#fired_at ⇒ Object
Returns the value of attribute fired_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#threshold ⇒ Object
Returns the value of attribute threshold.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#current_value ⇒ Object
Returns the value of attribute current_value
28 29 30 |
# File 'lib/igniter/store/server_metrics.rb', line 28 def current_value @current_value end |
#fired_at ⇒ Object
Returns the value of attribute fired_at
28 29 30 |
# File 'lib/igniter/store/server_metrics.rb', line 28 def fired_at @fired_at end |
#id ⇒ Object
Returns the value of attribute id
28 29 30 |
# File 'lib/igniter/store/server_metrics.rb', line 28 def id @id end |
#message ⇒ Object
Returns the value of attribute message
28 29 30 |
# File 'lib/igniter/store/server_metrics.rb', line 28 def @message end |
#threshold ⇒ Object
Returns the value of attribute threshold
28 29 30 |
# File 'lib/igniter/store/server_metrics.rb', line 28 def threshold @threshold end |
#type ⇒ Object
Returns the value of attribute type
28 29 30 |
# File 'lib/igniter/store/server_metrics.rb', line 28 def type @type end |