Class: Topsy::LinkSearchResult

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/topsy/link_search_result.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



19
20
21
# File 'lib/topsy/link_search_result.rb', line 19

def to_s
  "Topsy LinkSearchResult: #{url}, @#{title}, hits: #{hits}"
end