Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 612 Bytes

File metadata and controls

28 lines (22 loc) · 612 Bytes

Unifapi::LinkedinExperience

Properties

Name Type Description Notes
title String
description String
location String
employment_type String
date LinkedinDateRange
company LinkedinCompanyRef

Example

require 'unifapi'

instance = Unifapi::LinkedinExperience.new(
  title: null,
  description: null,
  location: null,
  employment_type: null,
  date: null,
  company: null
)