Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 428 Bytes

File metadata and controls

24 lines (18 loc) · 428 Bytes

Unifapi::LinkedinLocation

Properties

Name Type Description Notes
country String
country_code String
city String
postal_code String

Example

require 'unifapi'

instance = Unifapi::LinkedinLocation.new(
  country: null,
  country_code: null,
  city: null,
  postal_code: null
)