Loading lib/Travel/Status/DE/DBWagenreihung.pm +6 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,12 @@ sub errstr { sub direction { my ($self) = @_; if ( not exists $self->{direction} ) { # direction is set while parsing wagons $self->wagons; } return $self->{direction}; } Loading Loading
lib/Travel/Status/DE/DBWagenreihung.pm +6 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,12 @@ sub errstr { sub direction { my ($self) = @_; if ( not exists $self->{direction} ) { # direction is set while parsing wagons $self->wagons; } return $self->{direction}; } Loading