Class: Cufinder::RelPerson

Inherits:
Object
  • Object
show all
Defined in:
lib/cufinder_ruby/types.rb

Overview

REL Person

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ RelPerson

Returns a new instance of RelPerson.



204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
# File 'lib/cufinder_ruby/types.rb', line 204

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"]
end

Instance Attribute Details

#avatarObject

Returns the value of attribute avatar.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def avatar
  @avatar
end

#cityObject

Returns the value of attribute city.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def city
  @city
end

#company_cityObject

Returns the value of attribute company_city.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_city
  @company_city
end

#company_countryObject

Returns the value of attribute company_country.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_country
  @company_country
end

#company_facebookObject

Returns the value of attribute company_facebook.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_facebook
  @company_facebook
end

#company_industryObject

Returns the value of attribute company_industry.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_industry
  @company_industry
end

#company_linkedinObject

Returns the value of attribute company_linkedin.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_linkedin
  @company_linkedin
end

#company_nameObject

Returns the value of attribute company_name.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_name
  @company_name
end

#company_sizeObject

Returns the value of attribute company_size.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_size
  @company_size
end

#company_stateObject

Returns the value of attribute company_state.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_state
  @company_state
end

#company_twitterObject

Returns the value of attribute company_twitter.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_twitter
  @company_twitter
end

#company_websiteObject

Returns the value of attribute company_website.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def company_website
  @company_website
end

#countryObject

Returns the value of attribute country.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def country
  @country
end

#facebookObject

Returns the value of attribute facebook.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def facebook
  @facebook
end

#first_nameObject

Returns the value of attribute first_name.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def first_name
  @first_name
end

#full_nameObject

Returns the value of attribute full_name.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def full_name
  @full_name
end

#job_titleObject

Returns the value of attribute job_title.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def job_title
  @job_title
end

#job_title_categoriesObject

Returns the value of attribute job_title_categories.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def job_title_categories
  @job_title_categories
end

#last_nameObject

Returns the value of attribute last_name.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def last_name
  @last_name
end

#linkedin_followersObject

Returns the value of attribute linkedin_followers.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def linkedin_followers
  @linkedin_followers
end

#linkedin_urlObject

Returns the value of attribute linkedin_url.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def linkedin_url
  @linkedin_url
end

#stateObject

Returns the value of attribute state.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def state
  @state
end

#summaryObject

Returns the value of attribute summary.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def summary
  @summary
end

#twitterObject

Returns the value of attribute twitter.



198
199
200
# File 'lib/cufinder_ruby/types.rb', line 198

def twitter
  @twitter
end