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

Class Method Summary collapse

Instance Attribute Details

#configurationObject (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