Class: Crown::Yahoo::Bookmark

Inherits:
Object
  • Object
show all
Defined in:
lib/crown/yahoo/bookmark.rb

Overview

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

BookmarkCounter

Yahoo! Japan ブックマーク API 経由の各種情報を取得するクラス.

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.count(uri, options = nil) ⇒ Object

————————————————————— #

Bookmark.count

指定した URL のブックマーク数を取得する

————————————————————— #



53
54
55
# File 'lib/crown/yahoo/bookmark.rb', line 53

def Bookmark.count(uri, options = nil)
    return Crown::Yahoo::BookmarkCounter.new.count(uri, options)
end

Instance Method Details

#count(uri, options = nil) ⇒ Object

————————————————————— #

count

指定した URL のブックマーク数を取得する

————————————————————— #



64
65
66
# File 'lib/crown/yahoo/bookmark.rb', line 64

def count(uri, options = nil)
    return Crown::Yahoo::BookmarkCounter.new.count(uri, options)
end