Class: Alet::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/alet/config.rb

Defined Under Namespace

Classes: I18nConfig

Instance Method Summary collapse

Instance Method Details

#cli_optionsObject



11
12
13
# File 'lib/alet/config.rb', line 11

def cli_options
  @cli_options ||= {}
end

#i18nObject



15
16
17
# File 'lib/alet/config.rb', line 15

def i18n
  @i18n ||= I18nConfig.new
end

#orgObject



3
4
5
# File 'lib/alet/config.rb', line 3

def org
  @org
end

#org=(org) ⇒ Object



7
8
9
# File 'lib/alet/config.rb', line 7

def org=(org)
  @org = org
end