Class: Woods::Observability::HealthCheck::HealthStatus
- Inherits:
-
Struct
- Object
- Struct
- Woods::Observability::HealthCheck::HealthStatus
- Defined in:
- lib/woods/observability/health_check.rb
Overview
Value object representing the result of a health check.
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#healthy? ⇒ Object
Returns the value of attribute healthy?.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
23 24 25 |
# File 'lib/woods/observability/health_check.rb', line 23 def components @components end |
#healthy? ⇒ Object
Returns the value of attribute healthy?
23 24 25 |
# File 'lib/woods/observability/health_check.rb', line 23
def healthy?
@healthy?
end
|