Class: Crown::TweetMeme
- Inherits:
-
Object
- Object
- Crown::TweetMeme
- Defined in:
- lib/crown/tweetmeme.rb,
lib/crown/tweetmeme/counter.rb
Defined Under Namespace
Classes: URICounter
Class Method Summary collapse
-
.count(uri, options = {}) ⇒ Object
——————————————————————- #.
Instance Method Summary collapse
-
#count(uri, options = {}) ⇒ Object
——————————————————————- #.
Class Method Details
Instance Method Details
#count(uri, options = {}) ⇒ Object
——————————————————————- #
count
TweetMeme の API を介して,指定した URL へのツイート数を取得する.
——————————————————————- #
56 57 58 |
# File 'lib/crown/tweetmeme.rb', line 56 def count(uri, = {}) return Crown::TweetMeme::URICounter.new.count(uri, ) end |