Class: Crown::Google::PlusOne

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

Overview

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

PlusOne

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

Defined Under Namespace

Classes: URICounter

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

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

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

PlusOne.count

指定した URL のカウント数を取得する

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



49
50
51
# File 'lib/crown/google/plusone.rb', line 49

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

Instance Method Details

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

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

count

指定した URL のカウント数を取得する

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



60
61
62
# File 'lib/crown/google/plusone.rb', line 60

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