summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-24 23:05:55 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-24 23:05:55 +0200
commit9ca81cecd65a9726ff689d5baf90e71e99e512d4 (patch)
treef70a1e01e178a067782d22120385a885665c9787
parent8075f5c8a897dac7029890726ef8ff00bb2e4ba4 (diff)
Remove ROUTE STATIONS section from Result(3pm)
-rw-r--r--lib/Travel/Status/DE/EFA/Result.pm43
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm5
2 files changed, 2 insertions, 46 deletions
diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm
index ff953a6..24c7b88 100644
--- a/lib/Travel/Status/DE/EFA/Result.pm
+++ b/lib/Travel/Status/DE/EFA/Result.pm
@@ -277,49 +277,6 @@ The following are known so far:
=back
-=head1 ROUTE STATIONS
-
-The B<route> accessors return hashrefs, each of which corresponds to a single
-station. Note that the route is solely based on the schedule, delays or
-changed platforms are not taken into account.
-
-For a station I<$stop>,
-the following keys are 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->{stop}
-
-stop name with city prefix ("I<City> I<Stop>", for instance
-"Essen RE<uuml>ttenscheider Stern").
-
-=item $stop->{stop_suf}
-
-stop name without city prefix, for instance "RE<uuml>ttenscheider Stern".
-
-=item $stop->{platform}
-
-Platform name/number if available, empty string otherwise.
-
-=back
-
-
=head1 DIAGNOSTICS
None.
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index b94b9ea..f84583e 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -53,14 +53,13 @@ version 1.09
=head1 DESCRIPTION
Travel::Status::DE::EFA::Stop describes a single stop of a departure's
-route. It is solely based on the respective departure's schedule.
+route. It is solely based on the respective departure's schedule,
+delays or changed platforms are not taken into account.
=head1 METHODS
=head2 ACCESSORS
-All accessors return schedule data. Realtime data is not available.
-
=over
=item $stop->arr_date