summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/EFA/Stop.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-24 23:03:24 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-24 23:03:38 +0200
commit8075f5c8a897dac7029890726ef8ff00bb2e4ba4 (patch)
tree3515768d0b08e57191f888e306b4cb3d497ae650 /lib/Travel/Status/DE/EFA/Stop.pm
parent1e048ee2f717e92b7ed89b1f0acd63b4953be83f (diff)
release preparations (full-route/route in efa-m will be left out for now)
Diffstat (limited to 'lib/Travel/Status/DE/EFA/Stop.pm')
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm20
1 files changed, 18 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index a4b3b61..b94b9ea 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -52,30 +52,46 @@ version 1.09
=head1 DESCRIPTION
-Travel::Status::DE::EFA::stop describes a TODO.
+Travel::Status::DE::EFA::Stop describes a single stop of a departure's
+route. It is solely based on the respective departure's schedule.
=head1 METHODS
=head2 ACCESSORS
-TODO
+All accessors return schedule data. Realtime data is not available.
=over
=item $stop->arr_date
+arrival date (DD.MM.YYYY). undef if this is the first scheduled stop.
+
=item $stop->arr_time
+arrival time (HH:MM). undef if this is the first scheduled stop.
+
=item $stop->dep_date
+departure date (DD.MM.YYYY). undef if this is the final scehduled stop.
+
=item $stop->dep_time
+departure time (HH:MM). undef if this is the final scehduled stop.
+
=item $stop->name
+stop name with city prefix ("I<City> I<Stop>", for instance
+"Essen RE<uuml>ttenscheider Stern").
+
=item $stop->name_suf
+stop name without city prefix, for instance "RE<uuml>ttenscheider Stern".
+
=item $stop->platform
+Platform name/number if available, empty string otherwise.
+
=back
=head2 INTERNAL