Class: Troo::CLI::Default

Inherits:
ThorFixes show all
Defined in:
lib/troo/cli/default.rb

Instance Method Summary collapse

Methods inherited from ThorFixes

banner

Instance Method Details

#board(id) ⇒ Object



10
11
12
# File 'lib/troo/cli/default.rb', line 10

def board(id)
  say Commands::Default.dispatch(Board, id)
end

#card(id) ⇒ Object



18
19
20
# File 'lib/troo/cli/default.rb', line 18

def card(id)
  say Commands::Default.dispatch(Card, id)
end

#list(id) ⇒ Object



26
27
28
# File 'lib/troo/cli/default.rb', line 26

def list(id)
  say Commands::Default.dispatch(List, id)
end