Class: Cufinder::ClfProfile
- Inherits:
-
Object
- Object
- Cufinder::ClfProfile
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
CLF Contact Lookalike profile
Instance Attribute Summary collapse
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#city ⇒ Object
Returns the value of attribute city.
-
#company_city ⇒ Object
Returns the value of attribute company_city.
-
#company_country ⇒ Object
Returns the value of attribute company_country.
-
#company_facebook ⇒ Object
Returns the value of attribute company_facebook.
-
#company_industry ⇒ Object
Returns the value of attribute company_industry.
-
#company_linkedin ⇒ Object
Returns the value of attribute company_linkedin.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#company_size ⇒ Object
Returns the value of attribute company_size.
-
#company_state ⇒ Object
Returns the value of attribute company_state.
-
#company_twitter ⇒ Object
Returns the value of attribute company_twitter.
-
#company_website ⇒ Object
Returns the value of attribute company_website.
-
#country ⇒ Object
Returns the value of attribute country.
-
#facebook ⇒ Object
Returns the value of attribute facebook.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#followers_count ⇒ Object
Returns the value of attribute followers_count.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#job_title ⇒ Object
Returns the value of attribute job_title.
-
#job_title_categories ⇒ Object
Returns the value of attribute job_title_categories.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#linkedin_url ⇒ Object
Returns the value of attribute linkedin_url.
-
#state ⇒ Object
Returns the value of attribute state.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#twitter ⇒ Object
Returns the value of attribute twitter.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ ClfProfile
constructor
A new instance of ClfProfile.
Constructor Details
#initialize(data = {}) ⇒ ClfProfile
Returns a new instance of ClfProfile.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 |
# File 'lib/cufinder_ruby/types.rb', line 852 def initialize(data = {}) @first_name = data["first_name"] @last_name = data["last_name"] @full_name = data["full_name"] @linkedin_url = data["linkedin_url"] @summary = data["summary"] @followers_count = data["followers_count"] @facebook = data["facebook"] @twitter = data["twitter"] @avatar = data["avatar"] @country = data["country"] @state = data["state"] @city = data["city"] @job_title = data["job_title"] @job_title_categories = data["job_title_categories"] @company_name = data["company_name"] @company_linkedin = data["company_linkedin"] @company_website = data["company_website"] @company_size = data["company_size"] @company_industry = data["company_industry"] @company_facebook = data["company_facebook"] @company_twitter = data["company_twitter"] @company_country = data["company_country"] @company_state = data["company_state"] @company_city = data["company_city"] end |
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def avatar @avatar end |
#city ⇒ Object
Returns the value of attribute city.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def city @city end |
#company_city ⇒ Object
Returns the value of attribute company_city.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_city @company_city end |
#company_country ⇒ Object
Returns the value of attribute company_country.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_country @company_country end |
#company_facebook ⇒ Object
Returns the value of attribute company_facebook.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_facebook @company_facebook end |
#company_industry ⇒ Object
Returns the value of attribute company_industry.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_industry @company_industry end |
#company_linkedin ⇒ Object
Returns the value of attribute company_linkedin.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_linkedin @company_linkedin end |
#company_name ⇒ Object
Returns the value of attribute company_name.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_name @company_name end |
#company_size ⇒ Object
Returns the value of attribute company_size.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_size @company_size end |
#company_state ⇒ Object
Returns the value of attribute company_state.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_state @company_state end |
#company_twitter ⇒ Object
Returns the value of attribute company_twitter.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_twitter @company_twitter end |
#company_website ⇒ Object
Returns the value of attribute company_website.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def company_website @company_website end |
#country ⇒ Object
Returns the value of attribute country.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def country @country end |
#facebook ⇒ Object
Returns the value of attribute facebook.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def facebook @facebook end |
#first_name ⇒ Object
Returns the value of attribute first_name.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def first_name @first_name end |
#followers_count ⇒ Object
Returns the value of attribute followers_count.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def followers_count @followers_count end |
#full_name ⇒ Object
Returns the value of attribute full_name.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def full_name @full_name end |
#job_title ⇒ Object
Returns the value of attribute job_title.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def job_title @job_title end |
#job_title_categories ⇒ Object
Returns the value of attribute job_title_categories.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def job_title_categories @job_title_categories end |
#last_name ⇒ Object
Returns the value of attribute last_name.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def last_name @last_name end |
#linkedin_url ⇒ Object
Returns the value of attribute linkedin_url.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def linkedin_url @linkedin_url end |
#state ⇒ Object
Returns the value of attribute state.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def state @state end |
#summary ⇒ Object
Returns the value of attribute summary.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def summary @summary end |
#twitter ⇒ Object
Returns the value of attribute twitter.
845 846 847 |
# File 'lib/cufinder_ruby/types.rb', line 845 def twitter @twitter end |