Loading lib/Travel/Status/DE/HAFAS/Journey.pm +9 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,15 @@ sub platform { return $self->{new_platform} // $self->{platform}; } sub polyline { my ($self) = @_; if ( $self->{polyline} ) { return @{ $self->{polyline} }; } return; } sub TO_JSON { my ($self) = @_; Loading Loading
lib/Travel/Status/DE/HAFAS/Journey.pm +9 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,15 @@ sub platform { return $self->{new_platform} // $self->{platform}; } sub polyline { my ($self) = @_; if ( $self->{polyline} ) { return @{ $self->{polyline} }; } return; } sub TO_JSON { my ($self) = @_; Loading