Sha256: 1c5a9ca25f6f4881013b3e091d3074fa26e5c55aac0854d0e0bb4e600d92f8ca
Contents?: true
Size: 385 Bytes
Versions: 15
Compression:
Stored size: 385 Bytes
Contents
# This is the linkpost_count class for the topsy library. # A LinkpostCount has the following attributes: # "contains" : 0, # "all" : 46 # # According to the official Topsy doc: http://code.google.com/p/otterapi/wiki/Resources?tm=6#/linkpostcount # module Topsy class LinkpostCount < Hashie::Mash def to_s "Topsy LinkpostCount: #{all}" end end end
Version data entries
15 entries across 15 versions & 1 rubygems