class Troo::CLI::Refresh
Public Instance Methods
all()
click to toggle source
# File lib/troo/cli/refresh.rb, line 9 def all say Commands::RefreshAll.dispatch end
board(id = nil)
click to toggle source
# File lib/troo/cli/refresh.rb, line 17 def board(id = nil) say Commands::Refresh.dispatch(Troo::Board, id) end
card(id = nil)
click to toggle source
# File lib/troo/cli/refresh.rb, line 25 def card(id = nil) say Commands::Refresh.dispatch(Troo::Card, id) end
list(id = nil)
click to toggle source
# File lib/troo/cli/refresh.rb, line 33 def list(id = nil) say Commands::Refresh.dispatch(Troo::List, id) end