summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/VRR/Result.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-11-19 21:12:50 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-11-19 21:12:50 +0100
commit6ee3e6cfe598b605e67d1bdc29d59c3564d0b692 (patch)
treef9d8d26c1caa293cc55896de81e610c05b8373e6 /lib/Travel/Status/DE/VRR/Result.pm
parent523817239799733c15b900506ad57c5fc87c29de (diff)
Add Travel::Status::DE::VRR::Line; lineref accessor for ::Result
Diffstat (limited to 'lib/Travel/Status/DE/VRR/Result.pm')
-rw-r--r--lib/Travel/Status/DE/VRR/Result.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/VRR/Result.pm b/lib/Travel/Status/DE/VRR/Result.pm
index 9fdd826..6c8fb4e 100644
--- a/lib/Travel/Status/DE/VRR/Result.pm
+++ b/lib/Travel/Status/DE/VRR/Result.pm
@@ -9,7 +9,8 @@ use parent 'Class::Accessor';
our $VERSION = '0.02';
Travel::Status::DE::VRR::Result->mk_ro_accessors(
- qw(countdown date delay destination info line platform platform_db sched_date sched_time time type)
+ qw(countdown date delay destination info line lineref platform
+ platform_db sched_date sched_time time type)
);
sub new {