Class: Cb::Clients::Industry
- Inherits:
-
Object
- Object
- Cb::Clients::Industry
- Defined in:
- lib/cb/clients/industry.rb
Class Method Summary collapse
Class Method Details
.search ⇒ Object
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 |