Class: Troo::Commands::ShowBoards

Inherits:
Object
  • Object
show all
Defined in:
lib/troo/cli/commands/show/show_boards.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeShowBoards

Returns a new instance of ShowBoards.



11
# File 'lib/troo/cli/commands/show/show_boards.rb', line 11

def initialize; end

Class Method Details

.dispatchObject

Returns [].

Returns:



6
7
8
# File 'lib/troo/cli/commands/show/show_boards.rb', line 6

def dispatch
  new.render
end

Instance Method Details

#renderObject

Returns [].

Returns:



14
15
16
17
# File 'lib/troo/cli/commands/show/show_boards.rb', line 14

def render
  return presenter if resources.any?
  error
end