Method: LabClient::ProjectMethods#runners

Defined in:
lib/labclient/projects/methods.rb

#runners(query = {}) ⇒ Object



181
182
183
# File 'lib/labclient/projects/methods.rb', line 181

def runners(query = {})
  client.projects.runners.list(id, query)
end