class Serpscan::SearchEngine

Constants

ATTRIBUTES

Public Instance Methods

countries() click to toggle source
# File lib/serpscan/search_engine.rb, line 6
def countries
  @countries ||= @raw_json["countries"].map { |country| Serpscan::SearchEngineCountry.new(country.merge(parent: self)) }
end