From 8075f5c8a897dac7029890726ef8ff00bb2e4ba4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Jun 2015 23:03:24 +0200 Subject: release preparations (full-route/route in efa-m will be left out for now) --- lib/Travel/Status/DE/EFA.pm | 6 ++++++ lib/Travel/Status/DE/EFA/Result.pm | 8 ++++---- lib/Travel/Status/DE/EFA/Stop.pm | 20 ++++++++++++++++++-- 3 files changed, 28 insertions(+), 6 deletions(-) (limited to 'lib/Travel/Status') diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm index ecf2b79..12e11dd 100644 --- a/lib/Travel/Status/DE/EFA.pm +++ b/lib/Travel/Status/DE/EFA.pm @@ -578,6 +578,12 @@ Default: 10 seconds. Set to 0 or a negative value to disable it. In case of an HTTP request or EFA error, returns a string describing it. If none occured, returns undef. +=item $status->identified_data + +Returns a list of the identified values for I and I. +For instance, when requesting data for "E", "MartinSTR", B +will return ("Essen", "Martinstr."). + =item $status->lines Returns a list of Travel::Status::DE::EFA::Line(3pm) objects, each one diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm index da8c5d3..ff953a6 100644 --- a/lib/Travel/Status/DE/EFA/Result.pm +++ b/lib/Travel/Status/DE/EFA/Result.pm @@ -200,18 +200,18 @@ which also may have the same numbers. =item $departure->route_interesting List of up to three "interesting" stations served by this departure. Is a -subset of B. Each station is a hash reference, see ROUTE STATIONS -for details. +subset of B. Each station is a Travel::Status::DE::EFA::Stop(3pm) +object. =item $departure->route_pre List of stations the train passed (or will have passed) befoe this stop. -Each station is a hash reference, see ROUTE STATIONS for details. +Each station is a Travel::Status::DE::EFA::Stop(3pm) object. =item $departure->route_post List of stations the train will pass after this stop. -Each station is a hash reference, see ROUTE STATIONS for details. +Each station is a Travel::Status::DE::EFA::Stop(3pm) object. =item $departure->sched_date 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 I", for instance +"Essen REttenscheider Stern"). + =item $stop->name_suf +stop name without city prefix, for instance "REttenscheider Stern". + =item $stop->platform +Platform name/number if available, empty string otherwise. + =back =head2 INTERNAL -- cgit v1.2.3