diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-08-04 19:14:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-08-04 19:14:43 +0200 |
commit | 7e7b087a779daf695dad86b90ce7c91dbae6f2ff (patch) | |
tree | 37d8e050982bf7b53c0447bb416340cbc629a1ef /lib/Travel/Status/DE/EFA/Line.pm | |
parent | 87125468d3089f6288f8d9f8033c84d94c76df98 (diff) |
Line/Result: document mot and mot_name accessors
Diffstat (limited to 'lib/Travel/Status/DE/EFA/Line.pm')
-rw-r--r-- | lib/Travel/Status/DE/EFA/Line.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/EFA/Line.pm b/lib/Travel/Status/DE/EFA/Line.pm index 0f5f090..6ebe477 100644 --- a/lib/Travel/Status/DE/EFA/Line.pm +++ b/lib/Travel/Status/DE/EFA/Line.pm @@ -76,6 +76,16 @@ per actual line. Direction of the line. Name of either the destination stop or one on the way. +=item $line->mot + +Returns the "mode of transport" number for this line. This is usually an +integer between 0 and 11. + +=item $line->mot_name + +Returns the "mode of transport" for this line, for instance "zug", "s-bahn", +"tram" or "sonstige". + =item $line->name Name of the line, e.g. "U11", "SB15", "107". |