Class: Crown::Topsy

Inherits:
Object
  • Object
show all
Defined in:
lib/crown/topsy.rb,
lib/crown/topsy/counter.rb

Defined Under Namespace

Classes: URICounter

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.count(uri, options = {}) ⇒ Object

——————————————————————- #

BackType.count

BackType (BackTweets) 

——————————————————————- #



45
46
47
# File 'lib/crown/topsy.rb', line 45

def Topsy.count(uri, options = {})
    return Crown::Topsy::URICounter.new.count(uri, options)
end

Instance Method Details

#count(uri, options = {}) ⇒ Object

——————————————————————- #

count

Topsy 

——————————————————————- #



56
57
58
# File 'lib/crown/topsy.rb', line 56

def count(uri, options = {})
    return Crown::Topsy::URICounter.new.count(uri, options)
end