diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-04-11 12:55:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-04-11 12:55:45 +0200 |
commit | b38f8f468fc0480074bb6c66de474329f2049cb7 (patch) | |
tree | f24755e4a6f23ff2ee434012ff8cd28728f6de57 /lib/Travel/Status/DE/URA | |
parent | 5367d716ca7726e522c7dbef0ac548413b0f5f19 (diff) |
add Result->stop_indicator and aseag-m -oi option
Diffstat (limited to 'lib/Travel/Status/DE/URA')
-rw-r--r-- | lib/Travel/Status/DE/URA/Result.pm | 8 |
1 files changed, 7 insertions, 1 deletions
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). |