class PageRankr::Socials::StumbleUpon
Public Instance Methods
jsonpath()
click to toggle source
# File lib/page_rankr/socials/stumble_upon.rb, line 16 def jsonpath 'result.views' end
name()
click to toggle source
# File lib/page_rankr/socials/stumble_upon.rb, line 24 def name :socials_stumble_upon end
params()
click to toggle source
# File lib/page_rankr/socials/stumble_upon.rb, line 12 def params {:url => tracked_url} end
supported_components()
click to toggle source
# File lib/page_rankr/socials/stumble_upon.rb, line 20 def supported_components [:subdomain, :path, :query] end
url()
click to toggle source
# File lib/page_rankr/socials/stumble_upon.rb, line 8 def url 'http://www.stumbleupon.com/services/1.01/badge.getinfo' end