Current section

Files

Jump to
snowhite lib open_weather forecast city.ex
Raw

lib/open_weather/forecast/city.ex

defmodule OpenWeather.Forecast.City do
@keys ~w(name id)a
defstruct @keys
use Snowhite.Helpers.Decoder, @keys
end