NAME
OpenGbg::Service::AirQuality::GetLatestMeasurement
SYNOPSIS
my $aq = OpenGbg->new->air_quality;
my $service = $aq->get_latest_measurement;
print $service->measurement->to_text;
METHODS
measurement
Returns the OpenGbg::Service::AirQuality::Measurement object given in the response (usually less than an hour old).
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT
Copyright 2014 - Erik Carlsson
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.