mceachen/geonames_api

View on GitHub
lib/geonames_api/weather_i_c_a_o.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GeoNamesAPI
  class WeatherICAO < SingletonEndpoint

    METHOD = 'weatherIcaoJSON'
    FIND_PARAMS = %w(ICAO)

  end
end