NAME
OpenGbg::Service::StyrOchStall::GetBikeStation
SYNOPSIS
my $styr_och_stall = OpenGbg->new->styr_och_stall;
my $service = $styr_och_stall->get_bike_station(1);
printf 'Time: %s', $service->timestamp;
print $service->station->to_text;
METHODS
timestamp
Returns the timestamp given in the response as a DateTime object.
station
Returns the OpenGbg::Service::StyrOchStall::Station object given in the response.
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.