Sha256: 107fd51ea26d02af846fe5aa497c5e47a95ea3e795ca019eb951830daf6ac830

Contents?: true

Size: 481 Bytes

Versions: 15

Compression:

Stored size: 481 Bytes

Contents

# This is the stats class for the topsy library. 
# A Stats instance has the following attributes:
#      "topsy_trackback_url" : "http://topsy.com/tb/etagwerker.com/",
#      "contains" : "1931",
#      "influential" : "874",
#      "all" : "1931"
# According to the official Topsy doc: http://code.google.com/p/otterapi/wiki/Resources?tm=6#/stats
#
module Topsy
  
  class Stats < Hashie::Mash
    
    def to_s
      "Topsy Stats: #{topsy_trackback_url}"
    end
    
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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