class PageRankr::Ranks::DomainAuthority
Public Instance Methods
jsonpath()
click to toggle source
# File lib/page_rankr/ranks/domain_authority.rb, line 16 def jsonpath 'data.authority.domain_authority' end
name()
click to toggle source
# File lib/page_rankr/ranks/domain_authority.rb, line 24 def name :ranks_domain_authority end
params()
click to toggle source
# File lib/page_rankr/ranks/domain_authority.rb, line 12 def params {:site => tracked_url} end
supported_components()
click to toggle source
# File lib/page_rankr/ranks/domain_authority.rb, line 20 def supported_components [:subdomain, :path, :query] end
url()
click to toggle source
# File lib/page_rankr/ranks/domain_authority.rb, line 8 def url 'https://moz.com/researchtools/ose/api/urlmetrics' end