Class: Crunchbase::Model::Founder

Inherits:
Person show all
Defined in:
lib/crunchbase/model/founder.rb

Constant Summary collapse

RESOURCE_LIST =
'founders'

Instance Attribute Summary

Attributes inherited from Person

#advisory_roles, #advisory_roles_total_items, #also_known_as, #api_path, #bio, #born_on, #born_on_trust_code, #created_at, #degrees, #degrees_total_items, #died_on, #died_on_trust_code, #first_name, #founded_companies, #founded_companies_total_items, #images, #images_total_items, #investments, #investments_total_items, #is_deceased, #jobs, #jobs_total_items, #last_name, #memberships, #memberships_total_items, #news, #news_total_items, #permalink, #primary_affiliation, #primary_affiliation_total_items, #primary_image, #primary_image_total_items, #primary_location, #primary_location_total_items, #role_investor, #updated_at, #videos, #videos_total_items, #web_path, #websites, #websites_total_items

Attributes inherited from Entity

#type_name, #uuid

Method Summary

Methods inherited from Person

#date_keys, #initialize, #property_keys

Methods inherited from Entity

array_from_list, #fetch, funding_rounds_lists, get, #initialize, list, organization_lists, parsing_from_list, person_lists, total_items_from_list

Constructor Details

This class inherits a constructor from Crunchbase::Model::Person