Sha256: 6a52f8fbd3165c44c809418a1ecd6a930f10cc960fe0b2fd904fdd5ac7b51d22

Contents?: true

Size: 400 Bytes

Versions: 6

Compression:

Stored size: 400 Bytes

Contents

module Tr3llo
  module Command
    module Card
      module ListMine
        extend self

        def execute(board_id, user_id)
          cards = API::Card.find_all_by_user(board_id, user_id)

          interface = Application.fetch_interface!()

          interface.print_frame do
            interface.puts(View::Card::ListMine.render(cards))
          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/card/list_mine.rb
3llo-1.3.1.pre.rc.0 lib/3llo/command/card/list_mine.rb
3llo-1.2.0 lib/3llo/command/card/list_mine.rb
3llo-1.1.0 lib/3llo/command/card/list_mine.rb
3llo-1.0.0 lib/3llo/command/card/list_mine.rb
3llo-1.0.0.pre.rc.0 lib/3llo/command/card/list_mine.rb