Class: TempestTime::Commands::Config

Inherits:
Thor
  • Object
show all
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

Classes: App, Auth

Instance Method Summary collapse

Instance Method Details

#appObject



17
18
19
20
# File 'lib/tempest_time/commands/config.rb', line 17

def app(*)
  require_relative 'config/app'
  TempestTime::Commands::Config::App.new(options).execute
end

#authObject



11
12
13
14
# File 'lib/tempest_time/commands/config.rb', line 11

def auth(*)
  require_relative 'config/auth'
  TempestTime::Commands::Config::Auth.new(options).execute
end