summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/URA/Result.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel/Status/DE/URA/Result.pm')
-rw-r--r--lib/Travel/Status/DE/URA/Result.pm8
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).