Method: GradesFirst::TaskCLI#move
- Defined in:
- lib/gradesfirst/task_cli.rb
#move(from, to) ⇒ Object
36 37 38 39 |
# File 'lib/gradesfirst/task_cli.rb', line 36 def move(from, to) set_pivotal_tracker_api_token execute(GradesFirst::TaskMoveCommand, from , to) end |