class Serpscan::Keyword

Constants

ATTRIBUTES

Public Instance Methods

history() click to toggle source
# File lib/serpscan/keyword.rb, line 11
def history
  @history ||= Serpscan::API.get("#{api_path}/#{id}/history")['rankings']
end
website() click to toggle source
# File lib/serpscan/keyword.rb, line 7
def website
  parent
end