Class: AnalyticsOps::Health::Finding
- Inherits:
-
Resources::Value
- Object
- Resources::Value
- AnalyticsOps::Health::Finding
- Defined in:
- lib/analytics_ops/health.rb,
sig/analytics_ops.rbs
Overview
One deterministic analytics health observation.
Instance Attribute Summary collapse
-
#actual ⇒ String?
readonly
Returns the value of attribute actual.
-
#code ⇒ String
readonly
Returns the value of attribute code.
-
#expected ⇒ String?
readonly
Returns the value of attribute expected.
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#severity ⇒ String
readonly
Returns the value of attribute severity.
Method Summary
Methods inherited from Resources::Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#actual ⇒ String? (readonly)
Returns the value of attribute actual.
571 572 573 |
# File 'sig/analytics_ops.rbs', line 571 def actual @actual end |
#code ⇒ String (readonly)
Returns the value of attribute code.
569 570 571 |
# File 'sig/analytics_ops.rbs', line 569 def code @code end |
#expected ⇒ String? (readonly)
Returns the value of attribute expected.
572 573 574 |
# File 'sig/analytics_ops.rbs', line 572 def expected @expected end |
#message ⇒ String (readonly)
Returns the value of attribute message.
570 571 572 |
# File 'sig/analytics_ops.rbs', line 570 def @message end |
#severity ⇒ String (readonly)
Returns the value of attribute severity.
568 569 570 |
# File 'sig/analytics_ops.rbs', line 568 def severity @severity end |