wunderground v0.0.6 Wunderground.Conditions.Image

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.Conditions.Image struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.Conditions.Image{link: String.t, title: String.t, url: String.t}

The Wunderground.Conditions.Image struct.

Example

%Wunderground.Conditions.Image{
  link: "http://www.wunderground.com",
  title: "Weather Underground",
  url: "http://icons.wxug.com/graphics/wu2/logo_130x80.png"
}