class Crunchbase::Model::PersonSummary

Attributes

api_path[R]
city_name[R]
country_code[R]
created_at[R]
facebook_url[R]
first_name[R]
homepage_url[R]
last_name[R]
linkedin_url[R]
organization_api_path[R]
organization_name[R]
organization_web_path[R]
profile_image_url[R]
region_name[R]
title[R]
twitter_url[R]
updated_at[R]
web_path[R]

Public Instance Methods

property_keys() click to toggle source
# File lib/crunchbase/model/person_summary.rb, line 11
def property_keys
  %w(
    permalink api_path web_path first_name last_name title
    organization_permalink organization_api_path organization_web_path organization_name
    profile_image_url homepage_url facebook_url twitter_url linkedin_url
    city_name region_name country_code
    created_at updated_at
  )
end