diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-26 22:12:16 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-26 22:12:16 +0200 |
commit | 517fdf5d5c4bc1d49ac516e0aa8ed46db10a1da8 (patch) | |
tree | 366fc38bf91696d775e01cc1435df50614acaf84 /lib/Travel/Status/DE/IRIS/Result.pm | |
parent | e737f3087ce8e7b6369f7ca07f5790956238fdbb (diff) |
Use "eva" rather than "uic" cause IRIS works with EVA IDs
Diffstat (limited to 'lib/Travel/Status/DE/IRIS/Result.pm')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index f837c64..9113f88 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -25,7 +25,7 @@ Travel::Status::DE::IRIS::Result->mk_ro_accessors( realtime_xml route_start route_end sched_arrival sched_departure sched_platform sched_route_start sched_route_end start - station station_uic + station station_eva station_uic stop_no time train_id train_no transfer type unknown_t unknown_o wing_id wing_of) ); @@ -1284,7 +1284,7 @@ DateTime(3pm) object for the scheduled start of the train on its route Name of the station this train result belongs to. -=item $result->station_uic +=item $result->station_eva EVA number of the station this train result belongs to. This is often, but not always, identical with the UIC station number. |