From b38f8f468fc0480074bb6c66de474329f2049cb7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 11 Apr 2016 12:55:45 +0200 Subject: add Result->stop_indicator and aseag-m -oi option --- lib/Travel/Status/DE/URA/Result.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/Travel/Status/DE/URA/Result.pm') diff --git a/lib/Travel/Status/DE/URA/Result.pm b/lib/Travel/Status/DE/URA/Result.pm index 07f07c2..7e38ed7 100644 --- a/lib/Travel/Status/DE/URA/Result.pm +++ b/lib/Travel/Status/DE/URA/Result.pm @@ -11,7 +11,7 @@ use DateTime::Format::Duration; our $VERSION = '1.01'; Travel::Status::DE::URA::Result->mk_ro_accessors( - qw(datetime destination line line_id stop stop_id)); + qw(datetime destination line line_id stop stop_id stop_indicator)); sub new { my ( $obj, %conf ) = @_; @@ -219,6 +219,12 @@ The stop (name, not object) belonging to this departure. The stop ID belonging to this departure. +=item $departure->stop_indicator + +The indicator for this departure at the corresponding stop, usually +describes a platform or sub-stop number. undef if the stop does not +have such a distinction. + =item $departure->time Departure time (HH:MM:SS). -- cgit v1.2.3