Class: Cb::Clients::JobInsights

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

Class Method Summary collapse

Methods inherited from Base

cb_client, headers

Class Method Details

.get(args = {}) ⇒ Object



15
16
17
18
# File 'lib/cb/clients/job_insights.rb', line 15

def self.get(args={})
  uri = "#{ Cb.configuration.uri_job_insights }/#{ args[:id] }"
  cb_client.cb_get(uri, headers: headers(args))
end