Class: Cb::Clients::Industry
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.search ⇒ Object
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 |