Class: Woods::Observability::HealthCheck::HealthStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/woods/observability/health_check.rb

Overview

Value object representing the result of a health check.

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of healthy?



23
24
25
# File 'lib/woods/observability/health_check.rb', line 23

def healthy?
  @healthy?
end