module Serpscan

Constants

VERSION

Public Class Methods

api_key() click to toggle source
# File lib/serpscan.rb, line 16
def api_key
  @api_key || ENV['SERPSCAN_API_KEY']
end
api_key=(key) click to toggle source
# File lib/serpscan.rb, line 20
def api_key=(key)
  @api_key = key
end