Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 590 Bytes

File metadata and controls

30 lines (24 loc) · 590 Bytes

Unifapi::LinkedinSchool

Properties

Name Type Description Notes
id String
name String
universal_name String
location String
student_count_display String
url String
logo_url String

Example

require 'unifapi'

instance = Unifapi::LinkedinSchool.new(
  id: null,
  name: null,
  universal_name: null,
  location: null,
  student_count_display: null,
  url: null,
  logo_url: null
)