diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-05 05:04:19 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-05 05:04:19 +0200 |
commit | ba5c64dbc0d6a53efc54339d0c59773792b34f33 (patch) | |
tree | 6b7d542fc7212bb9281b985e6b91061dfdf32121 /lib/Travel/Status/DE | |
parent | 419910edcd32777bdea5ca9c2e9ba900bab70ffe (diff) |
Document EFA->stop and EFA->stops
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/EFA.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm index 90e26e8..8b81f28 100644 --- a/lib/Travel/Status/DE/EFA.pm +++ b/lib/Travel/Status/DE/EFA.pm @@ -653,6 +653,17 @@ nothing (undef / empty list) otherwise. Returns a list of B<place> candidates if I<place> is ambiguous. Returns nothing (undef / empty list) otherwise. +=item $status->stop + +Returns a Travel::Status::DE::EFA::Stop(3pm) instance describing the requested +stop. + +=item $status->stops + +In case the requested place/name is served by multiple stops and the backend +provides a list of those: returns a list of Travel::Status::DE::EFA::Stop(3pm) +instances describing each of them. Returns an empty list otherwise. + =item $status->results Returns a list of Travel::Status::DE::EFA::Departure(3pm) objects, each one describing |