wunderground v0.0.6 Wunderground.Forecast.Result
Ensures correct JSON encoding.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Wunderground.Forecast.Result{simpleforecast: Wunderground.Forecast.SimpleForecast.t, txt_forecast: Wunderground.Forecast.TXTForecast.t}
The Wunderground.Forecast.Result struct.
Contains simpleforecast
, holding a Wunderground.Forecast.SimpleForecast
,
and txt_forecast
, holding a Wunderground.Forecast.TXTForecast
.
Example
%Wunderground.Forecast.Result{
simpleforecast: %Wunderground.Forecast.SimpleForecast{},
txt_forecast: %Wunderground.Forecast.TXTForecast{}
}