wunderground v0.0.6 Wunderground.Forecast.SimpleForecastDay.Snow

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Forecast.SimpleForecastDay.Snow struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Forecast.SimpleForecastDay.Snow{cm: float, in: float}

The Wunderground.Forecast.SimpleForecastDay.Snow struct.

Example

%Wunderground.Forecast.SimpleForecastDay.Snow{
  in: 0.0,
  cm: 0.0
}