class NetworkProfile::LinkedinProfile

Public Class Methods

handle?(link) click to toggle source
# File lib/network_profile/extractors/linkedin_profile.rb, line 6
def self.handle?(link)
  link['linkedin.com/in/']
end

Public Instance Methods

profile_description() click to toggle source
# File lib/network_profile/extractors/linkedin_profile.rb, line 10
def profile_description
  "LinkedIn Profil:"
end