summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Travel/Status/DE/DBRIS/Journey.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/DBRIS/Journey.pm b/lib/Travel/Status/DE/DBRIS/Journey.pm
index 30026ca..d82b21f 100644
--- a/lib/Travel/Status/DE/DBRIS/Journey.pm
+++ b/lib/Travel/Status/DE/DBRIS/Journey.pm
@@ -21,6 +21,11 @@ sub new {
my $ref = {
type => $json->{type},
line => $json->{lineName},
+ id => $json->{id},
+ journey_id => $json->{journeyID},
+ admin_id => $json->{administrationID},
+ stop_eva => $json->{stopPlace}{eva},
+ stop_name => $json->{stopPlace}{name},
is_cancelled => $json->{canceled},
dest_name => $json->{destination}{name},
platform => $json->{platform},