Class: Cb::Clients::Industry

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

Class Method Summary collapse

Class Method Details

.searchObject



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

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