module Cb::Convenience::ClassMethods

Public Instance Methods

api_client() click to toggle source
# File lib/cb/convenience.rb, line 18
def api_client
  Cb::Utils::Api
end
application() click to toggle source
# File lib/cb/convenience.rb, line 22
def application
  Cb::Clients::Application
end
application_external() click to toggle source
# File lib/cb/convenience.rb, line 26
def application_external
  Cb::Clients::ApplicationExternal
end
browser_id() click to toggle source
# File lib/cb/convenience.rb, line 30
def browser_id
  Cb::Clients::BrowserID
end
company() click to toggle source
# File lib/cb/convenience.rb, line 38
def company
  Cb::Clients::Company
end
country() click to toggle source
# File lib/cb/convenience.rb, line 34
def country
  Cb::Utils::Country
end
cover_letters() click to toggle source
# File lib/cb/convenience.rb, line 42
def cover_letters
  Cb::Clients::CoverLetters
end
data_list() click to toggle source
# File lib/cb/convenience.rb, line 46
def data_list
  Cb::Clients::DataList
end
email_subscription() click to toggle source
# File lib/cb/convenience.rb, line 50
def email_subscription
  Cb::Clients::EmailSubscription
end
expired_job() click to toggle source
# File lib/cb/convenience.rb, line 54
def expired_job
  Cb::Clients::ExpiredJob
end
job() click to toggle source
# File lib/cb/convenience.rb, line 58
def job
  Cb::Clients::Job
end
job_branding() click to toggle source
# File lib/cb/convenience.rb, line 62
def job_branding
  Cb::Clients::JobBranding
end
job_insights() click to toggle source
# File lib/cb/convenience.rb, line 66
def job_insights
  Cb::Clients::JobInsights
end
recommendation() click to toggle source
# File lib/cb/convenience.rb, line 70
def recommendation
  Cb::Clients::Recommendation
end
resume_insights() click to toggle source
# File lib/cb/convenience.rb, line 78
def resume_insights
  Cb::Clients::ResumeInsights
end
resumes() click to toggle source
# File lib/cb/convenience.rb, line 74
def resumes
  Cb::Clients::Resumes
end
saved_jobs() click to toggle source
# File lib/cb/convenience.rb, line 82
def saved_jobs
  Cb::Clients::SavedJobs
end
talent_network() click to toggle source
# File lib/cb/convenience.rb, line 90
def talent_network
  Cb::Clients::TalentNetwork
end
user() click to toggle source
# File lib/cb/convenience.rb, line 94
def user
  Cb::Clients::User
end
user_profile() click to toggle source
# File lib/cb/convenience.rb, line 98
def user_profile
  Cb::Clients::UserProfile
end