Class: Cufinder::TepPerson
- Inherits:
-
Object
- Object
- Cufinder::TepPerson
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
TEP Person
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.
-
#email ⇒ Object
Returns the value of attribute email.
-
#facebook ⇒ Object
Returns the value of attribute facebook.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#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_followers ⇒ Object
Returns the value of attribute linkedin_followers.
-
#linkedin_url ⇒ Object
Returns the value of attribute linkedin_url.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#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 = {}) ⇒ TepPerson
constructor
A new instance of TepPerson.
Constructor Details
#initialize(data = {}) ⇒ TepPerson
Returns a new instance of TepPerson.
387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 |
# File 'lib/cufinder_ruby/types.rb', line 387 def initialize(data = {}) @full_name = data["full_name"] @first_name = data["first_name"] @last_name = data["last_name"] @linkedin_url = data["linkedin_url"] @summary = data["summary"] @linkedin_followers = data["linkedin_followers"] @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"] @email = data["email"] @phone = data["phone"] end |
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def avatar @avatar end |
#city ⇒ Object
Returns the value of attribute city.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def city @city end |
#company_city ⇒ Object
Returns the value of attribute company_city.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_city @company_city end |
#company_country ⇒ Object
Returns the value of attribute company_country.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_country @company_country end |
#company_facebook ⇒ Object
Returns the value of attribute company_facebook.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_facebook @company_facebook end |
#company_industry ⇒ Object
Returns the value of attribute company_industry.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_industry @company_industry end |
#company_linkedin ⇒ Object
Returns the value of attribute company_linkedin.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_linkedin @company_linkedin end |
#company_name ⇒ Object
Returns the value of attribute company_name.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_name @company_name end |
#company_size ⇒ Object
Returns the value of attribute company_size.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_size @company_size end |
#company_state ⇒ Object
Returns the value of attribute company_state.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_state @company_state end |
#company_twitter ⇒ Object
Returns the value of attribute company_twitter.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_twitter @company_twitter end |
#company_website ⇒ Object
Returns the value of attribute company_website.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def company_website @company_website end |
#country ⇒ Object
Returns the value of attribute country.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def email @email end |
#facebook ⇒ Object
Returns the value of attribute facebook.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def facebook @facebook end |
#first_name ⇒ Object
Returns the value of attribute first_name.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def first_name @first_name end |
#full_name ⇒ Object
Returns the value of attribute full_name.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def full_name @full_name end |
#job_title ⇒ Object
Returns the value of attribute job_title.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def job_title @job_title end |
#job_title_categories ⇒ Object
Returns the value of attribute job_title_categories.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def job_title_categories @job_title_categories end |
#last_name ⇒ Object
Returns the value of attribute last_name.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def last_name @last_name end |
#linkedin_followers ⇒ Object
Returns the value of attribute linkedin_followers.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def linkedin_followers @linkedin_followers end |
#linkedin_url ⇒ Object
Returns the value of attribute linkedin_url.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def linkedin_url @linkedin_url end |
#phone ⇒ Object
Returns the value of attribute phone.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def state @state end |
#summary ⇒ Object
Returns the value of attribute summary.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def summary @summary end |
#twitter ⇒ Object
Returns the value of attribute twitter.
380 381 382 |
# File 'lib/cufinder_ruby/types.rb', line 380 def twitter @twitter end |