diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-24 12:11:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-24 12:11:04 +0100 |
commit | 673ae925dc81da62424bc0bb99dffdb07088acfe (patch) | |
tree | 7af21ae8cef3e113791af2cd4a6aca0a7a6bfeca /lib/Travel/Status/DE | |
parent | bfd099f967429eafdacb15fa8823443b51042272 (diff) |
Result.pm: Add {delay,qos}_messages documentation
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 042637a..2b382c0 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -509,6 +509,14 @@ Estimated delay in minutes (integer number). undef when no realtime data is available, negative if a train ends at the specified station and arrives / arrived early. +=item $result->delay_messages + +Get all delay messages entered for this train. Returns a list +of [datetime, string] listrefs. The datetime part is a DateTime(3pm) object +corresponding to the point in time when the message was entered, the string +is the message. If a delay reason was entered more than once, only its oldest +record will be returned. + =item $result->departure DateTime(3pm) object for the departure date and time. undef if the train ends @@ -555,6 +563,13 @@ filtered from this list. Alias for route_start. +=item $result->qos_messages + +Get all current qos messages for this train. Returns a list +of [datetime, string] listrefs. The datetime part is a DateTime(3pm) object +corresponding to the point in time when the message was entered, the string +is the message. Contains neither superseded messages nor duplicates. + =item $result->platform Arrivel/departure platform as string, undef if unknown. Note that this is |