Class: Crunchbase::Model::Fund
- Defined in:
- lib/crunchbase/model/fund.rb
Constant Summary collapse
- RESOURCE_LIST =
'funds'
Instance Attribute Summary collapse
-
#announced_on ⇒ Object
readonly
Returns the value of attribute announced_on.
-
#announced_on_trust_code ⇒ Object
readonly
Returns the value of attribute announced_on_trust_code.
-
#api_path ⇒ Object
readonly
Returns the value of attribute api_path.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#money_raised ⇒ Object
readonly
Returns the value of attribute money_raised.
-
#money_raised_currency_code ⇒ Object
readonly
Returns the value of attribute money_raised_currency_code.
-
#money_raised_usd ⇒ Object
readonly
Returns the value of attribute money_raised_usd.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#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
- #date_keys ⇒ Object
-
#property_keys ⇒ Object
attr_reader :venture_firm_total_items, :investor_total_items, :images_total_items, :videos_total_items, :news_total_items.
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::Entity
Instance Attribute Details
#announced_on ⇒ Object (readonly)
Returns the value of attribute announced_on.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def announced_on @announced_on end |
#announced_on_trust_code ⇒ Object (readonly)
Returns the value of attribute announced_on_trust_code.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def announced_on_trust_code @announced_on_trust_code end |
#api_path ⇒ Object (readonly)
Returns the value of attribute api_path.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def api_path @api_path end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def created_at @created_at end |
#money_raised ⇒ Object (readonly)
Returns the value of attribute money_raised.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def money_raised @money_raised end |
#money_raised_currency_code ⇒ Object (readonly)
Returns the value of attribute money_raised_currency_code.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def money_raised_currency_code @money_raised_currency_code end |
#money_raised_usd ⇒ Object (readonly)
Returns the value of attribute money_raised_usd.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def money_raised_usd @money_raised_usd end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def name @name end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def updated_at @updated_at end |
#web_path ⇒ Object (readonly)
Returns the value of attribute web_path.
8 9 10 |
# File 'lib/crunchbase/model/fund.rb', line 8 def web_path @web_path end |
Instance Method Details
#date_keys ⇒ Object
21 22 23 |
# File 'lib/crunchbase/model/fund.rb', line 21 def date_keys %w[ announced_on ] end |
#property_keys ⇒ Object
attr_reader :venture_firm_total_items, :investor_total_items, :images_total_items, :videos_total_items, :news_total_items
14 15 16 17 18 19 |
# File 'lib/crunchbase/model/fund.rb', line 14 def property_keys %w[ api_path web_path name announced_on announced_on_trust_code money_raised money_raised_currency_code money_raised_usd created_at updated_at ] end |