Sha256: d564dc80e398580a4e42f5946ef49aa5daf500e138dc1fc0a3517dacd1ee465e

Contents?: true

Size: 376 Bytes

Versions: 6

Compression:

Stored size: 376 Bytes

Contents

module Tr3llo
  module Command
    module Board
      module List
        extend self

        def execute(user_id)
          interface = Application.fetch_interface!()
          boards = API::Board.find_all_by_user(user_id)

          interface.print_frame do
            interface.puts(View::Board::List.render(boards))
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
3llo-1.3.1 lib/3llo/command/board/list.rb
3llo-1.3.1.pre.rc.0 lib/3llo/command/board/list.rb
3llo-1.2.0 lib/3llo/command/board/list.rb
3llo-1.1.0 lib/3llo/command/board/list.rb
3llo-1.0.0 lib/3llo/command/board/list.rb
3llo-1.0.0.pre.rc.0 lib/3llo/command/board/list.rb