Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 318 Bytes

File metadata and controls

20 lines (14 loc) · 318 Bytes

Unifapi::LinkedinSearchLocation

Properties

Name Type Description Notes
name String
geocode String

Example

require 'unifapi'

instance = Unifapi::LinkedinSearchLocation.new(
  name: null,
  geocode: null
)