Method: Gitlab::Client::Runners#runners
- Defined in:
- lib/gitlab/client/runners.rb
#runners(options = {}) ⇒ Array<Gitlab::ObjectifiedHash>
Get a list of specific runners available to the user.
20 21 22 |
# File 'lib/gitlab/client/runners.rb', line 20 def runners( = {}) get('/runners', query: ) end |