Class: Crunchbase::Model::SearchResult
- Defined in:
- lib/crunchbase/model/search_result.rb
Instance Attribute Summary
Attributes inherited from Entity
Instance Method Summary collapse
-
#initialize ⇒ SearchResult
constructor
A new instance of SearchResult.
Methods inherited from Entity
array_from_list, #fetch, funding_rounds_lists, get, list, organization_lists, parsing_from_list, person_lists, total_items_from_list
Constructor Details
#initialize ⇒ SearchResult
Returns a new instance of SearchResult.
6 7 |
# File 'lib/crunchbase/model/search_result.rb', line 6 def initialize end |