Class: Teleportd::GetSearchResult
- Inherits:
-
SearchResult
- Object
- SearchResult
- Teleportd::GetSearchResult
- Defined in:
- lib/teleportd/get_search_result.rb
Instance Attribute Summary
Attributes inherited from SearchResult
Instance Method Summary collapse
-
#comments ⇒ Array<Hash>
Returns the associated comment information from the Get request as hashes.
Methods inherited from SearchResult
#date, #full_resolution_url, #hashtags, #initialize, #location, #mentions, #profile_pic_url, #sha, #source, #text, #thumbnail_url, #type, #users
Constructor Details
This class inherits a constructor from Teleportd::SearchResult
Instance Method Details
#comments ⇒ Array<Hash>
Returns the associated comment information from the Get request as hashes.
8 9 10 |
# File 'lib/teleportd/get_search_result.rb', line 8 def comments result_hash['cmt'] end |