diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-04 08:49:01 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-04 08:49:01 +0200 |
commit | c808d938c78ef8dea89bee8fee3632497fd5e170 (patch) | |
tree | 037cf08848194efb49ceb2a47934b27f0dd84750 /lib/Travel/Status/DE/EFA/Stop.pm | |
parent | 669aa8b72cdf6d57d6f5f35d50f2a7e2489478e4 (diff) |
EFA, Trip: Add stop_id accessor
Diffstat (limited to 'lib/Travel/Status/DE/EFA/Stop.pm')
-rw-r--r-- | lib/Travel/Status/DE/EFA/Stop.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm index 5dd9e35..e760713 100644 --- a/lib/Travel/Status/DE/EFA/Stop.pm +++ b/lib/Travel/Status/DE/EFA/Stop.pm @@ -12,7 +12,7 @@ Travel::Status::DE::EFA::Stop->mk_ro_accessors( qw(sched_arr rt_arr arr arr_delay sched_dep rt_dep dep dep_delay occupancy delay - place name full_name id latlon + place name full_name id stop_id latlon platform niveau) ); |