Class: Oct::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/oct/settings.rb

Instance Method Summary collapse

Constructor Details

#initialize(working_dir, options = {}) ⇒ Settings

Returns a new instance of Settings.



7
8
9
10
11
# File 'lib/oct/settings.rb', line 7

def initialize(working_dir, options={})
  @working_dir = working_dir
  @options = options
  configure
end

Instance Method Details

#optionsObject



13
14
15
# File 'lib/oct/settings.rb', line 13

def options
  @options
end