NAME
Travel::Status::DE::URA::Stop - Information about a stop
SYNOPSIS
for my $stop ($departure->route_post) {
printf(
"%s %s\n",
$stop->time, $stop->name
);
}
VERSION
version 2.01
DESCRIPTION
Travel::Status::DE::URA::Stop describes a single stop of a departure's route.
METHODS
ACCESSORS
- $stop->datetime
-
DateTime object holding the arrival/departure date and time.
- $stop->date
-
Arrival/departure date in dd.mm.YYYY format.
- $stop->time
-
Arrival/departure time in HH:MM:SS format.
- $stop->name
-
Stop name.
DIAGNOSTICS
None.
DEPENDENCIES
BUGS AND LIMITATIONS
Unknown.
SEE ALSO
Travel::Status::DE::URA(3pm).
AUTHOR
Copyright (C) 2015-2016 by Daniel Friesel <derf@finalrewind.org>
LICENSE
This module is licensed under the same terms as Perl itself.