Why not adopt me?
NAME
Weather::OpenWeatherMap::Result::Forecast::Day - Weather report for a single day
SYNOPSIS
# Usually retrived via a Weather::OpenWeatherMap::Result::Forecast
DESCRIPTION
A Weather::OpenWeatherMap weather forecast for a single day, provided by a Weather::OpenWeatherMap::Result::Forecast daily report.
This class consumes Weather::OpenWeatherMap::Result::Forecast::Block; look there for other applicable methods and attributes.
ATTRIBUTES
temp
An object containing the returned temperature data; this object provides morn, night, eve, min, max, day accessors.
See "temp_min_f", "temp_max_f".
temp_min_f
The forecast low temperature, in degrees Fahrenheit.
temp_max_f
The forecast high temperature, in degrees Fahrenheit.
temp_min_c
The forecast low temperature, in degrees Celsius.
temp_max_c
The forecast high temperature, in degrees Celsius.
SEE ALSO
http://www.openweathermap.org/forecast16
Weather::OpenWeatherMap::Result
Weather::OpenWeatherMap::Result::Forecast
Weather::OpenWeatherMap::Result::Forecast::Block
Weather::OpenWeatherMap::Result::Forecast::Hour
Weather::OpenWeatherMap::Result::Current
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>