Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 723 Bytes

File metadata and controls

34 lines (28 loc) · 723 Bytes

Unifapi::LinkedinJobCompany

Properties

Name Type Description Notes
id String
name String
universal_name String
url String
description String
follower_count Integer
staff_count Integer
industries Array<String>
logo_url String

Example

require 'unifapi'

instance = Unifapi::LinkedinJobCompany.new(
  id: null,
  name: null,
  universal_name: null,
  url: null,
  description: null,
  follower_count: null,
  staff_count: null,
  industries: null,
  logo_url: null
)