diff options
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn/Result.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm index d3ae8d2..36f2c94 100644 --- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm +++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm @@ -91,7 +91,11 @@ Returns the last element of the route. Depending on how you set up Travel::Status::DE::DeutscheBahn (arrival or departure listing), this is either the train's destination or its origin station. -For convenienc, this method can also be called as B<destination> or B<origin>. +=item $result->destination + +=item $result->origin + +Convenience aliases for $result->route_end. =item $result->info |