NAME
OpenGbg::Service::StyrOchStall::GetBikeStations
SYNOPSIS
my $styr_och_stall = OpenGbg->new->styr_och_stall;
my $service = $styr_och_stall->get_bike_stations;
printf 'Time: %s', $service->timestamp;
print $service->stations->get(5)->to_text;
METHODS
timestamp
Returns the timestamp given in the response as a DateTime object.
stations
Returns the list of stations in the response in a OpenGbg::Service::StyrOchStall::Stations object.
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.