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
————————————————————— #
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
————————————————————— #
60 61 62 |
# File 'lib/crown/yahoo/bookmark.rb', line 60 def count(uri, = {}) return Crown::Yahoo::BookmarkCounter.new.count(uri, ) end |