wunderground v0.0.9 Wunderground.Autocomplete.Hurricane

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Autocomplete.Hurricane struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Autocomplete.Hurricane{basin: String.t, damage: String.t, date: String.t, l: String.t, name: String.t, strmnum: String.t}

The Wunderground.Autocomplete.Hurricane struct.

Example

%Wunderground.Autocomplete.Hurricane{
  basin: "at",
  damage: "0",
  date: "9/18/1993",
  l: "/hurricane/at19938.asp",
  name: "Harvey, Hurricane - Atlantic, 1993",
  strmnum: "8"
}