diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-24 23:03:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-24 23:03:38 +0200 |
commit | 8075f5c8a897dac7029890726ef8ff00bb2e4ba4 (patch) | |
tree | 3515768d0b08e57191f888e306b4cb3d497ae650 /lib/Travel/Status/DE/EFA.pm | |
parent | 1e048ee2f717e92b7ed89b1f0acd63b4953be83f (diff) |
release preparations (full-route/route in efa-m will be left out for now)
Diffstat (limited to 'lib/Travel/Status/DE/EFA.pm')
-rw-r--r-- | lib/Travel/Status/DE/EFA.pm | 6 |
1 files changed, 6 insertions, 0 deletions
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<place> and I<name>. +For instance, when requesting data for "E", "MartinSTR", B<identified_data> +will return ("Essen", "Martinstr."). + =item $status->lines Returns a list of Travel::Status::DE::EFA::Line(3pm) objects, each one |