From 91d1c93160cfd34bb667ca4ce1a9c380b5d6eea1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Dec 2013 15:17:54 +0100 Subject: update documentation --- lib/Travel/Status/DE/URA/Result.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Travel/Status/DE/URA') 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 method of Travel::Status::DE::URA(3pm) was called with +B => 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 -- cgit v1.2.3