Module: Cb::Convenience::ClassMethods

Included in:
Cb
Defined in:
lib/cb/convenience.rb

Instance Method Summary collapse

Instance Method Details

#anon_saved_search ⇒ Object



73
74
75
# File 'lib/cb/convenience.rb', line 73

def anon_saved_search
  Cb::Clients::AnonSavedSearch
end

#api_client ⇒ Object



5
6
7
# File 'lib/cb/convenience.rb', line 5

def api_client
  Cb::Utils::Api
end

#application ⇒ Object



41
42
43
# File 'lib/cb/convenience.rb', line 41

def application
  Cb::Clients::Application
end

#application_external ⇒ Object



45
46
47
# File 'lib/cb/convenience.rb', line 45

def application_external
  Cb::Clients::ApplicationExternal
end

#category ⇒ Object



17
18
19
# File 'lib/cb/convenience.rb', line 17

def category
  Cb::Clients::Category
end

#company ⇒ Object



25
26
27
# File 'lib/cb/convenience.rb', line 25

def company
  Cb::Clients::Company
end

#country ⇒ Object



49
50
51
# File 'lib/cb/convenience.rb', line 49

def country
  Cb::Utils::Country
end

#education_code ⇒ Object



29
30
31
# File 'lib/cb/convenience.rb', line 29

def education_code
  Cb::Clients::Education
end

#email_subscription ⇒ Object



61
62
63
# File 'lib/cb/convenience.rb', line 61

def email_subscription
  Cb::Clients::EmailSubscription
end

#employee_types ⇒ Object



33
34
35
# File 'lib/cb/convenience.rb', line 33

def employee_types
  Cb::Clients::EmployeeTypes
end

#industry ⇒ Object



21
22
23
# File 'lib/cb/convenience.rb', line 21

def industry
  Cb::Clients::Industry
end

#job ⇒ Object



9
10
11
# File 'lib/cb/convenience.rb', line 9

def job
  Cb::Clients::Job
end

#job_branding ⇒ Object



57
58
59
# File 'lib/cb/convenience.rb', line 57

def job_branding
  Cb::Clients::JobBranding
end

#job_details_criteria ⇒ Object



13
14
15
# File 'lib/cb/convenience.rb', line 13

def job_details_criteria
  Cb::Criteria::Job::Details.new
end

#language_codes ⇒ Object



81
82
83
# File 'lib/cb/convenience.rb', line 81

def language_codes
  Cb::Clients::LanguageCodes
end

#recommendation ⇒ Object



37
38
39
# File 'lib/cb/convenience.rb', line 37

def recommendation
  Cb::Clients::Recommendation
end

#saved_search ⇒ Object



65
66
67
# File 'lib/cb/convenience.rb', line 65

def saved_search
  Cb::Clients::SavedSearch
end

#spot ⇒ Object



77
78
79
# File 'lib/cb/convenience.rb', line 77

def spot
  Cb::Clients::Spot
end

#talent_network ⇒ Object



69
70
71
# File 'lib/cb/convenience.rb', line 69

def talent_network
  Cb::Clients::TalentNetwork
end

#user ⇒ Object



53
54
55
# File 'lib/cb/convenience.rb', line 53

def user
  Cb::Clients::User
end