Module: Arbetsformedlingen::API::Values

Defined in:
lib/arbetsformedlingen/api/values/create_ad_page.rb,
lib/arbetsformedlingen/api/values/soklista_values.rb,
lib/arbetsformedlingen/api/values/ad_result_values.rb,
lib/arbetsformedlingen/api/values/matchning_result_values.rb

Defined Under Namespace

Classes: Ad, CreateAdPage, MatchningPage, SoklistaPage, Workplace

Constant Summary collapse

SoklistaResult =
KeyStruct.new(
  :id,
  :name,
  :total_ads,
  :total_vacancies
)
Terms =
KeyStruct.new(
  :duration,
  :working_hours,
  :working_hours_description,
  :salary_type,
  :salary_form
)
Application =
KeyStruct.new(
  :reference,
  :application_url,
  :email,
  :last_application_at,
  :application_comment
)
Contact =
KeyStruct.new(:name, :title, :phone)
Postal =
KeyStruct.new(:code, :address, :city, :country)
Requirements =
KeyStruct.new(:own_car)
MatchningAd =
KeyStruct.new(
  :id,
  :title,
  :occupation,
  :occupation_id,
  :company,
  :municipalities,
  :municipality_id,
  :published_at,
  :last_application_at,
  :url,
  :relevance,
  :total_vacancies,
  :total_vacancies_with_visa,
  :duration_id,
  :counties,
  :country_id,
  :employment_type
)