class Geocoder::Lookup::MaxmindGeoip2

def services


Service names used in URL.
#
def services
  [
    :country,
    :city,
    :insights,
  ]
end