NAME
OpenGbg::Service::AirQuality::GetLatestMeasurement
SYNOPSIS
my $service = OpenGbg->new->air_quality;
my $response = $service->get_latest_measurement;
print $response->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.