Sha256: 996e9404e8f33e32a432cce58f78a9c956174a0e2f1849f7f0cbb342ab547f97
Contents?: true
Size: 548 Bytes
Versions: 15
Compression:
Stored size: 548 Bytes
Contents
# This is the target class for the topsy library. # A Target has the following attributes: # "topsy_trackback_url" : "http://topsy.com/tb/my.barackobama.com/page/community/post/obamaforamerica/gGMPVm", # "url" : "http://my.barackobama.com/page/community/post/obamaforamerica/gGMPVm", # "trackback_total" : "43" # # According to the official Topsy doc: http://code.google.com/p/otterapi/wiki/Resources?tm=6#/linkposts # module Topsy class Target < Hashie::Mash def to_s "Topsy Target: #{url}" end end end
Version data entries
15 entries across 15 versions & 1 rubygems