Class: TM::Commands::SingleProject
- Defined in:
- lib/tm/commands/single_project.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from TM::Commands::Command
Instance Method Details
#execute ⇒ Object
4 5 6 7 8 9 |
# File 'lib/tm/commands/single_project.rb', line 4 def execute project = @provider_handler.taskmapper.project(@attributes) @formatter.before(project) @formatter.format(project) @formatter.after end |