Class: Crunchbase::SearchResult

Inherits:
Relationship show all
Defined in:
lib/crunchbase/search_result.rb

Constant Summary

Constants inherited from CBEntity

CBEntity::RELATIONSHIPS

Instance Attribute Summary

Attributes inherited from Relationship

#announced_on, #created_at, #name, #path, #permalink, #type_name, #updated_at

Instance Method Summary collapse

Methods inherited from CBEntity

array_from_list, category_lists_by_permalink, #fetch, get, list, lists_for_permalink, lists_for_person_permalink, parsing_from_list, search, total_items_from_list

Constructor Details

#initialize(json) ⇒ SearchResult

Returns a new instance of SearchResult.



6
7
8
# File 'lib/crunchbase/search_result.rb', line 6

def initialize(json)
  super(json)
end