Module: Orchestration::HealthcheckBase
- Included in:
- Services::Database::Healthcheck, Services::Mongo::Healthcheck, Services::RabbitMQ::Healthcheck
- Defined in:
- lib/orchestration/healthcheck_base.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#configuration ⇒ Object
readonly
Returns the value of attribute configuration.
Class Method Summary collapse
Instance Attribute Details
#configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
5 6 7 |
# File 'lib/orchestration/healthcheck_base.rb', line 5 def configuration @configuration end |
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/orchestration/healthcheck_base.rb', line 7 def self.included(base) base.extend(ClassMethods) end |