ApiGeo::Driver → ApiGeo::API

This commit is contained in:
gregoirenovel 2018-10-15 21:01:37 +02:00
parent c654122e90
commit 76cf9ab746
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
class ApiGeo::Driver
class ApiGeo::API
def self.regions
url = [API_GEO_URL, "regions"].join("/")
call(url)