Module: Todone

Defined in:
lib/todone/config.rb,
lib/todone.rb,
lib/todone/views.rb,
lib/todone/consts.rb,
lib/todone/pivotal_puller.rb

Overview

config = Config.new config.database = ‘database_name’ config.username = ‘user’ config.db_hosts =

'sj'  => 'sanjose.example.com',
'ny'  => 'newyork.example.com'

config.username # “user” config.db_hosts.ny # “newyork.example.com”

Defined Under Namespace

Modules: Consts, Views Classes: Config, MessageProcessor, PivotalPuller