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