Module: Healthier

Defined in:
lib/healthier.rb,
lib/healthier/doctor.rb,
lib/healthier/engine.rb,
lib/healthier/version.rb,
lib/healthier/api_authenticator.rb,
lib/generators/healthier/config_generator.rb,
app/controllers/healthier/healthier_controller.rb,
app/controllers/healthier/application_controller.rb

Overview

Healthier

Defined Under Namespace

Classes: ApiAuthenticator, ApplicationController, ConfigGenerator, Doctor, Engine, HealthierController

Constant Summary collapse

SUCCESS =
200
FAILURE =
503
VERSION =

MAJOR.MINOR.PATCH

'0.2.5'

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Healthier)

    the object that the method was called on



9
10
11
# File 'lib/healthier.rb', line 9

def self.setup
  yield self
end