Sha256: 0d0d34181e08c5fdad06d2961fd71313d5fd98c1f4b8e9814e8239e206ae0cb9
Contents?: true
Size: 406 Bytes
Versions: 15
Compression:
Stored size: 406 Bytes
Contents
# This is the trend class for the topsy library. # A Trend instance has the following attributes: # "url" : "http://topsy.com/s?q=dominick", # "term" : "dominick" # According to the official Topsy doc: http://code.google.com/p/otterapi/wiki/Resources?tm=6#/trending # module Topsy class Trend < Hashie::Mash def to_s "Topsy Trend: #{term}" end end end
Version data entries
15 entries across 15 versions & 1 rubygems