Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 693 Bytes

File metadata and controls

32 lines (26 loc) · 693 Bytes

Unifapi::LinkedinJobListing

Properties

Name Type Description Notes
id String
title String
job_url String
listed_at String
is_promoted Boolean
is_easy_apply Boolean
location String
company LinkedinJobListingCompany

Example

require 'unifapi'

instance = Unifapi::LinkedinJobListing.new(
  id: null,
  title: null,
  job_url: null,
  listed_at: null,
  is_promoted: null,
  is_easy_apply: null,
  location: null,
  company: null
)