Skip to content

Latest commit

 

History

History
62 lines (56 loc) · 1.61 KB

File metadata and controls

62 lines (56 loc) · 1.61 KB

Unifapi::LinkedinJob

Properties

Name Type Description Notes
id String
title String
description String
job_url String
location String
location_geocode String
country_code String
state String
level String
employment_type String
is_new Boolean
view_count Integer
apply_count Integer
salary LinkedinJobSalary
is_remote_allowed Boolean
listed_at String
original_listed_at String
expire_at String
industries Array<String>
job_functions Array<String>
benefits Array<String>
workplace_types Array<String>
company LinkedinJobCompany

Example

require 'unifapi'

instance = Unifapi::LinkedinJob.new(
  id: null,
  title: null,
  description: null,
  job_url: null,
  location: null,
  location_geocode: null,
  country_code: null,
  state: null,
  level: null,
  employment_type: null,
  is_new: null,
  view_count: null,
  apply_count: null,
  salary: null,
  is_remote_allowed: null,
  listed_at: null,
  original_listed_at: null,
  expire_at: null,
  industries: null,
  job_functions: null,
  benefits: null,
  workplace_types: null,
  company: null
)