Class: Cb::Clients::Job
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.get(args = {}) ⇒ Object
16 17 18 |
# File 'lib/cb/clients/job.rb', line 16 def get(args={}) cb_client.cb_get(Cb.configuration.uri_job_find, query: args) end |