Module: Playit

Extended by:
Playit
Included in:
Playit
Defined in:
lib/playit/config.rb,
lib/playit.rb,
lib/playit/command.rb,
lib/playit/platform.rb,
lib/playit/services/metadata.rb,
lib/playit/services/bootstrap.rb,
lib/playit/services/governance.rb

Overview

Christophe Hamerling - Linagora

Defined Under Namespace

Modules: Services Classes: Command, Config, Platform

Constant Summary collapse

VERSION =
'0.0.1'

Instance Method Summary collapse

Instance Method Details

#configObject



30
31
32
# File 'lib/playit.rb', line 30

def config
  @config ||= Playit::Config.new
end