Method: Tddium::ApiConfig#initialize

Defined in:
lib/tddium/cli/config.rb

#initialize(tddium_client, host, cli_options) ⇒ ApiConfig

BOTCH: should be a state object rather than entire CLI object



80
81
82
83
84
85
86
# File 'lib/tddium/cli/config.rb', line 80

def initialize(tddium_client, host, cli_options)
  @scm = Tddium::SCM.configure
  @tddium_client = tddium_client
  @config = Hash.new
  @host = host
  @cli_options = cli_options
end