Sha256: c24d940365c29803b93984c64d72f38c62dc03132baf79250f54408edaccb2d7
Contents?: true
Size: 463 Bytes
Versions: 5
Compression:
Stored size: 463 Bytes
Contents
require File.expand_path('../../rank', __FILE__) module PageRankr class Ranks class PageAuthority include Rank def url 'http://bagics.com/page-authority.html' end def params {:domain => tracked_url} end def xpath '//*[@id="resId"]' end def supported_components [:subdomain, :path, :query] end def name :ranks_page_authority end end end end
Version data entries
5 entries across 5 versions & 1 rubygems