Current section

Files

Jump to
snowhite lib open_weather forecast temp.ex
Raw

lib/open_weather/forecast/temp.ex

defmodule OpenWeather.Forecast.Temp do
@keys ~w(day min max night eve morn)a
defstruct @keys
use Snowhite.Helpers.Decoder, @keys
end