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