Class: Crunchbase::Model::OrganizationSummary
- Defined in:
- lib/crunchbase/model/organization_summary.rb
Instance Attribute Summary collapse
-
#api_path ⇒ Object
readonly
Returns the value of attribute api_path.
-
#city_name ⇒ Object
readonly
Returns the value of attribute city_name.
-
#country_code ⇒ Object
readonly
Returns the value of attribute country_code.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#facebook_url ⇒ Object
readonly
Returns the value of attribute facebook_url.
-
#homepage_url ⇒ Object
readonly
Returns the value of attribute homepage_url.
-
#linkedin_url ⇒ Object
readonly
Returns the value of attribute linkedin_url.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#permalink ⇒ Object
readonly
Returns the value of attribute permalink.
-
#primary_role ⇒ Object
readonly
Returns the value of attribute primary_role.
-
#profile_image_url ⇒ Object
readonly
Returns the value of attribute profile_image_url.
-
#region_name ⇒ Object
readonly
Returns the value of attribute region_name.
-
#short_description ⇒ Object
readonly
Returns the value of attribute short_description.
-
#twitter_url ⇒ Object
readonly
Returns the value of attribute twitter_url.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#web_path ⇒ Object
readonly
Returns the value of attribute web_path.
Attributes inherited from Entity
Instance Method Summary collapse
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, #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::Entity
Instance Attribute Details
#api_path ⇒ Object (readonly)
Returns the value of attribute api_path.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def api_path @api_path end |
#city_name ⇒ Object (readonly)
Returns the value of attribute city_name.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def city_name @city_name end |
#country_code ⇒ Object (readonly)
Returns the value of attribute country_code.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def country_code @country_code end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def created_at @created_at end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def domain @domain end |
#facebook_url ⇒ Object (readonly)
Returns the value of attribute facebook_url.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def facebook_url @facebook_url end |
#homepage_url ⇒ Object (readonly)
Returns the value of attribute homepage_url.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def homepage_url @homepage_url end |
#linkedin_url ⇒ Object (readonly)
Returns the value of attribute linkedin_url.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def linkedin_url @linkedin_url end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def name @name end |
#permalink ⇒ Object (readonly)
Returns the value of attribute permalink.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def permalink @permalink end |
#primary_role ⇒ Object (readonly)
Returns the value of attribute primary_role.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def primary_role @primary_role end |
#profile_image_url ⇒ Object (readonly)
Returns the value of attribute profile_image_url.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def profile_image_url @profile_image_url end |
#region_name ⇒ Object (readonly)
Returns the value of attribute region_name.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def region_name @region_name end |
#short_description ⇒ Object (readonly)
Returns the value of attribute short_description.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def short_description @short_description end |
#twitter_url ⇒ Object (readonly)
Returns the value of attribute twitter_url.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def twitter_url @twitter_url end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def updated_at @updated_at end |
#web_path ⇒ Object (readonly)
Returns the value of attribute web_path.
5 6 7 |
# File 'lib/crunchbase/model/organization_summary.rb', line 5 def web_path @web_path end |
Instance Method Details
#property_keys ⇒ Object
9 10 11 12 13 14 15 |
# 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 |