class SocialShares::Google
Constants
- URL
Public Instance Methods
Private Instance Methods
params()
click to toggle source
# File lib/social_shares/google.rb, line 13 def params [{ 'method' => 'pos.plusones.get', 'id' => 'p', 'jsonrpc' => '2.0', 'key' => 'p', 'apiVersion' => 'v1', 'params' => { 'nolog' => true, 'id' => checked_url, 'source' => 'widget', 'userId' => '@viewer', 'groupId' => '@self' } }] end