class LinkedinV2::Client
Attributes
token[R]
Public Class Methods
new(token:)
click to toggle source
# File lib/linkedin_v2/client.rb, line 14 def initialize(token:) @token = token end