class Aflexi::Geo

Public Class Methods

getCities(*params) click to toggle source
# File lib/aflexi/models/geo.rb, line 4
def getCities(*params)
  api_call "getCities", *params
end
getContinents(*params) click to toggle source
# File lib/aflexi/models/geo.rb, line 8
def getContinents(*params)
  api_call "getContinents", *params
end
getCountries(*params) click to toggle source
# File lib/aflexi/models/geo.rb, line 16
def getCountries(*params)
  api_call "getCountries", *params
end
getRegions(*params) click to toggle source
# File lib/aflexi/models/geo.rb, line 12
def getRegions(*params)
  api_call "getRegions", *params
end
service_name() click to toggle source
# File lib/aflexi/models/geo.rb, line 20
def service_name
  "geo"
end