Sha256: 88bbc2cdf79c46ac13b9a39f2998e0733f247f383f924cc059d11ea933bd2094

Contents?: true

Size: 807 Bytes

Versions: 15

Compression:

Stored size: 807 Bytes

Contents

# This is the url_info class for the topsy library. 
# An UrlInfo has the following attributes:
#      "topsy_trackback_url" : "http://topsy.com/tb/twitter.com/",
#      "oneforty" : "Twitter: What are you doing? http://twurl.nl/pd8k44",
#      "url" : "http://etagwerker.com/",
#      "title" : "Tech Notes From The Trenches",
#      "trackback_total" : "24152",
#      "description" : "Social networking and microblogging service utilising instant messaging, SMS or a web interface.",
#      "description_attribution" : "From DMOZ"
# According to the official Topsy doc: http://code.google.com/p/otterapi/wiki/Resources?tm=6#/urlinfo
#
module Topsy
  
  class UrlInfo < Hashie::Mash
    
    def to_s
      "Topsy UrlInfo: #{url}, @#{topsy_trackback_url}, #{trackback_total} total"
    end
    
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
topsy-1.0.1 lib/topsy/url_info.rb
topsy-1.0.0 lib/topsy/url_info.rb
topsy-0.6.0 lib/topsy/url_info.rb
topsy-0.5.1 lib/topsy/url_info.rb
topsy-0.5.0 lib/topsy/url_info.rb
topsy-0.4.0 lib/topsy/url_info.rb
topsy-0.3.6 lib/topsy/url_info.rb
topsy-0.3.5 lib/topsy/url_info.rb
topsy-0.3.4 lib/topsy/url_info.rb
topsy-0.3.3 lib/topsy/url_info.rb
topsy-0.3.2 lib/topsy/url_info.rb
topsy-0.3.1 lib/topsy/url_info.rb
topsy-0.2.1 lib/topsy/url_info.rb
topsy-0.3.0 lib/topsy/url_info.rb
topsy-0.2.0 lib/topsy/url_info.rb