Class: Cb::Clients::Job

Inherits:
Base
  • Object
show all
Defined in:
lib/cb/clients/job.rb

Class Method Summary collapse

Methods inherited from Base

cb_client, headers

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