Method: Gitlab::Client::Boards#board_list
- Defined in:
- lib/gitlab/client/boards.rb
permalink #board_list(project, board_id, id) ⇒ Gitlab::ObjectifiedHash
Gets a single board list
100 101 102 |
# File 'lib/gitlab/client/boards.rb', line 100 def board_list(project, board_id, id) get("/projects/#{url_encode project}/boards/#{board_id}/lists/#{id}") end |