Class: Cb::Clients::Industry

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

Class Method Summary collapse

Class Method Details

.searchObject



8
9
10
11
# File 'lib/cb/clients/industry.rb', line 8

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