Class: Cb::Clients::Industry

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

Class Method Summary collapse

Methods inherited from Base

cb_client, headers

Class Method Details

.searchObject



16
17
18
19
20
# File 'lib/cb/clients/industry.rb', line 16

def self.search
  response = cb_client.cb_get(Cb.configuration.uri_job_industry_search,
                              query: { CountryCode: Cb.configuration.host_site })
  Cb::Responses::Industry::Search.new(response)
end