wunderground v0.0.6 Wunderground.Forecast.SimpleForecastDay.Rain

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Forecast.SimpleForecastDay.Rain struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Forecast.SimpleForecastDay.Rain{in: float, mm: non_neg_integer}

The Wunderground.Forecast.SimpleForecastDay.Rain struct.

Example

%Wunderground.Forecast.SimpleForecastDay.Rain{
  in: 0.0,
  mm: 0
}