Class: Crunchbase::Model::FoundedCompany

Inherits:
Organization show all
Defined in:
lib/crunchbase/model/founded_company.rb

Constant Summary collapse

RESOURCE_LIST =
'founded_companies'.freeze

Instance Attribute Summary

Attributes inherited from Organization

#acquired_by, #acquired_by_total_items, #acquisitions, #acquisitions_total_items, #also_known_as, #api_path, #api_url, #board_members_and_advisors, #board_members_and_advisors_total_items, #categories, #categories_total_items, #closed_on, #closed_on_trust_code, #competitors, #competitors_total_items, #contact_email, #created_at, #current_team, #current_team_total_items, #customers, #customers_total_items, #description, #featured_team, #featured_team_total_items, #founded_on, #founded_on_trust_code, #founders, #founders_total_items, #funding_rounds, #funding_rounds_total_items, #funds, #funds_total_items, #headquarters, #headquarters_total_items, #homepage_url, #images, #images_total_items, #investments, #investments_total_items, #investor_type, #investors, #investors_total_items, #ipo, #ipo_total_items, #is_closed, #members, #members_total_items, #memberships, #memberships_total_items, #name, #news, #news_total_items, #num_employees_max, #num_employees_min, #number_of_investments, #offices, #offices_total_items, #owned_by, #owned_by_total_items, #past_team, #past_team_total_items, #permalink, #permalink_aliases, #phone_number, #primary_image, #primary_image_total_items, #primary_role, #products, #products_total_items, #profile_image_url, #rank, #role_company, #role_group, #role_investor, #role_school, #short_description, #stock_exchange, #stock_symbol, #sub_organizations, #sub_organizations_total_items, #total_funding_usd, #updated_at, #videos, #videos_total_items, #web_path, #websites, #websites_total_items

Attributes inherited from Entity

#type_name, #uuid

Method Summary

Methods inherited from Organization

#date_keys, #initialize, #property_keys, #relationship_lists

Methods inherited from Entity

#convert_date!, #date_keys, #fetch, #initialize, #instance_multi_relationship_objects, #instance_relationships_object, #instance_timestamps, #one_to_many, #one_to_one, #parse_hash_items, #property_keys, #relationship_lists, #set_relationships_object, #set_variables, #setup_relationships_data!, #special_relationship, #verify_item?

Methods included from Request::Client

#api, #array_from_list, #funding_rounds_lists, #get, #kclass_name, #list, #organization_lists, #parsing_from_list, #person_lists, #total_items_from_list

Constructor Details

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