Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 356 Bytes

File metadata and controls

20 lines (14 loc) · 356 Bytes

Unifapi::LinkedinFollowerStats

Properties

Name Type Description Notes
follower_count Integer
connection_count Integer

Example

require 'unifapi'

instance = Unifapi::LinkedinFollowerStats.new(
  follower_count: null,
  connection_count: null
)