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

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