Module: Hat

Includes:
Configurable
Defined in:
lib/hat/cli.rb,
lib/hat/runner.rb,
lib/hat/worker.rb,
lib/hat/version.rb,
lib/hat/wrapper.rb,
lib/hat/publisher.rb,
lib/hat/middleware.rb,
lib/hat/configurable.rb,
lib/hat/patterns/topic.rb,
lib/hat/features/durable.rb,
lib/hat/middlewares/worker/json.rb,
lib/hat/middlewares/publisher/json.rb

Defined Under Namespace

Modules: Configurable, Features, Middleware, Middlewares, Patterns, Publisher, Wrapper Classes: CLI, Runner, Worker

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Methods included from Configurable

#config, included

Class Method Details

.configObject



3
4
5
# File 'lib/hat/configurable.rb', line 3

def self.config
  @config ||= Hashie::Mash.new
end