Class: TempestTime::Commands::Config
- Inherits:
-
Thor
- Object
- Thor
- TempestTime::Commands::Config
- Defined in:
- lib/tempest_time/commands/config.rb,
lib/tempest_time/commands/config/app.rb,
lib/tempest_time/commands/config/auth.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#app ⇒ Object
17 18 19 20 |
# File 'lib/tempest_time/commands/config.rb', line 17 def app(*) require_relative 'config/app' TempestTime::Commands::Config::App.new().execute end |
#auth ⇒ Object
11 12 13 14 |
# File 'lib/tempest_time/commands/config.rb', line 11 def auth(*) require_relative 'config/auth' TempestTime::Commands::Config::Auth.new().execute end |