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

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