class Crunchbase::Model::OrganizationSummary

Attributes

api_path[R]
city_name[R]
country_code[R]
created_at[R]
domain[R]
facebook_url[R]
homepage_url[R]
linkedin_url[R]
name[R]
primary_role[R]
profile_image_url[R]
region_name[R]
short_description[R]
twitter_url[R]
updated_at[R]
web_path[R]

Public Instance Methods

property_keys() click to toggle source
# File lib/crunchbase/model/organization_summary.rb, line 9
def property_keys
  %w(
    permalink api_path web_path name primary_role short_description profile_image_url
    domain homepage_url facebook_url twitter_url linkedin_url city_name region_name country_code
    created_at updated_at
  )
end