module GeoNamesAPI class Country < GeoNamesAPI::Object METHOD = "countryInfoJSON" ID = "country" end end