Class Topsy::Stats
In: lib/rtopsy/stats.rb
Parent: Object

Methods

new   to_s  

Attributes

all  [RW] 
contains  [RW] 
influential  [RW] 
topsy_trackback_url  [RW] 

Public Class methods

[Source]

# File lib/rtopsy/stats.rb, line 20
    def initialize(hash)
      hash.each do |key, value|
        instance_variable_set("@#{key}", value)
      end
    end

Public Instance methods

[Source]

# File lib/rtopsy/stats.rb, line 16
    def to_s
      "Topsy Stats: #{topsy_trackback_url}"
    end

[Validate]