class Dude::Commands::Move
Public Instance Methods
call(id:, **options)
click to toggle source
# File lib/dude/commands/move.rb, line 11 def call(id:, **options) client = ProjectManagement::Client.new client.move_task_to_list(id, options[:list]) end