Class: TempestTime::Commands::Teams
- Inherits:
-
Thor
- Object
- Thor
- TempestTime::Commands::Teams
- Defined in:
- lib/tempest_time/commands/teams.rb,
lib/tempest_time/commands/teams/add.rb,
lib/tempest_time/commands/teams/edit.rb,
lib/tempest_time/commands/teams/delete.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#add ⇒ Object
11 12 13 14 |
# File 'lib/tempest_time/commands/teams.rb', line 11 def add(*) require_relative 'teams/add' TempestTime::Commands::Teams::Add.new().execute end |