diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-22 15:17:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-22 15:17:54 +0100 |
commit | 91d1c93160cfd34bb667ca4ce1a9c380b5d6eea1 (patch) | |
tree | b9c13f7d44c9b2b73fac14b78ff708bad5afff6c /lib/Travel/Status/DE/URA | |
parent | f77816445f811813bbb9b2c4302a18539e234998 (diff) |
update documentation
Diffstat (limited to 'lib/Travel/Status/DE/URA')
-rw-r--r-- | lib/Travel/Status/DE/URA/Result.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/URA/Result.pm b/lib/Travel/Status/DE/URA/Result.pm index dbf619f..f8eddcd 100644 --- a/lib/Travel/Status/DE/URA/Result.pm +++ b/lib/Travel/Status/DE/URA/Result.pm @@ -94,10 +94,12 @@ The number of the line. =item $departure->route_timetable +If the B<results> method of Travel::Status::DE::URA(3pm) was called with +B<full_routes> => true: Returns an arrayref of arrayrefs describing the entire route. I.e. C<< [[$time1, $stop1], [$time2, $stop2], ...] >>. The times are DateTime::Duration(3pm) objects, the stops are only names, -not IDs (subject to change). +not IDs (subject to change). Returns an empty arrayref otherwise. =item $departure->stop |