Class: Crown::Yahoo::Bookmark
- Inherits:
-
Object
- Object
- Crown::Yahoo::Bookmark
- Defined in:
- lib/crown/yahoo/bookmark.rb
Overview
------------------------------------------------------------------- # Bookmark ------------------------------------------------------------------- #
Class Method Summary collapse
-
.count(uri, options = {}) ⇒ Object
--------------------------------------------------------------- #.
Instance Method Summary collapse
-
#count(uri, options = {}) ⇒ Object
--------------------------------------------------------------- #.
Class Method Details
.count(uri, options = {}) ⇒ Object
--------------------------------------------------------------- #
Bookmark.count
指定した URL のブックマーク数を取得する
--------------------------------------------------------------- #
49 50 51 |
# File 'lib/crown/yahoo/bookmark.rb', line 49 def Bookmark.count(uri, = {}) return Crown::Yahoo::BookmarkCounter.new.count(uri, ) end |
Instance Method Details
#count(uri, options = {}) ⇒ Object
--------------------------------------------------------------- #
count
指定した URL のブックマーク数を取得する
--------------------------------------------------------------- #
60 61 62 |
# File 'lib/crown/yahoo/bookmark.rb', line 60 def count(uri, = {}) return Crown::Yahoo::BookmarkCounter.new.count(uri, ) end |