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