Module: HumanApi

Defined in:
lib/human_api/app.rb,
lib/human_api/user.rb,
lib/human_api/human.rb,
lib/human_api/config.rb,
lib/human_api/version.rb,
lib/health_hero-human_api.rb

Defined Under Namespace

Classes: App, Config, Human, User

Constant Summary collapse

VERSION =
"0.3.3"

Class Method Summary collapse

Class Method Details

.configObject



12
13
14
15
16
17
18
19
# File 'lib/health_hero-human_api.rb', line 12

def self.config
  if block_given?
    yield @config
    @config.configure
  else
    @config
  end
end