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