The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenGbg::Service::StyrOchStall::GetBikeStation - Get data about a bike station

VERSION

Version 0.1403, released 2018-03-14.

SYNOPSIS

    my $service = OpenGbg->new->styr_och_stall;
    my $station = $service->get_bike_station(1);

    printf 'Time: %s', $response->timestamp;
    print $station->to_text;

METHODS

All attributes and methods in OpenGbg::Service::StyrOchStall::Station are available on an instance of this class.

timestamp

Returns the timestamp given in the response as a DateTime object.

SOURCE

https://github.com/Csson/p5-OpenGbg

HOMEPAGE

https://metacpan.org/release/OpenGbg

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Erik Carlsson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.