NAME
Weather::YR::LocationForecast::DataPoint - Class that represents a location forecast's data point.
DESCRIPTION
Don't use this class directly; it's used as a "background helper class" for Weather::YR::LocationForecast.
METHODS
This class inherits all the methods from Weather::YR::DataPoint and provides the following new methods:
temperature
Returns this data point's Weather::YR::Model::Temperature object.
wind_direction
Returns this data point's Weather::YR::Model::WindDirection object.
wind_speed
Returns this data point's Weather::YR::Model::::WindSpeed object.
humidity
Returns this data point's Weather::YR::Model::Humidity object.
pressure
Returns this data point's Weather::YR::Model::Pressure object.
cloudiness
Returns this data point's Weather::YR::Model::Cloudiness object.
fog
Returns this data point's Weather::YR::Model::Fog object.
dew_point_temperature
Returns this data point's Weather::YR::Model::DewPointTemperature object.
temperature_probability
Returns this data point's Weather::YR::Model::Probability::Temperature object.
wind_probability
Returns this data points Weather::YR::Model::Probability::Wind object.
precipitations
Returns an array reference of Weather::YR::Model::Precipitation objects for this data point.