Class: Bullhorn::Categories

Inherits:
Object
  • Object
show all
Defined in:
lib/bullhorn/categories.rb

Class Method Summary collapse

Class Method Details

.allObject



7
8
9
10
11
# File 'lib/bullhorn/categories.rb', line 7

def all
  response = Bullhorn::Client.query category_id_request
  ids = get_ids_from response
  get_category_names_from ids
end