Class: Alet::Config
- Inherits:
-
Object
- Object
- Alet::Config
- Defined in:
- lib/alet/config.rb
Defined Under Namespace
Classes: I18nConfig
Instance Method Summary collapse
Instance Method Details
#cli_options ⇒ Object
11 12 13 |
# File 'lib/alet/config.rb', line 11 def @cli_options ||= {} end |
#i18n ⇒ Object
15 16 17 |
# File 'lib/alet/config.rb', line 15 def i18n @i18n ||= I18nConfig.new end |
#org ⇒ Object
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 |