Travel::Status::DE::EFA::Info - Information about a public transit stop
if ( $info->subject and $info->subtitle ne $info->subject ) { printf( "# %s\n%s\n", $info->subtitle, $info->subject ); } else { printf( "# %s\n", $info->subtitle ); }
version 3.06
Travel::Status::DE::EFA::Info holds a single information message related to a specific public transit stop.
All accessors may return undef. Individual accessors may return identical strings. Strings may contain HTML elements.
URL to a site related to this information message. The site may or may not hold additional data.
Text for linking to link_url.
Hashref of parameters, e.g. incidentDateTime
(string describing the
date/time range during which this message is valid).
None.
This module is a Work in Progress. Its API may change between minor versions.
Travel::Status::DE::EFA(3pm).
Copyright (C) 2024-2025 Birte Kristina Friesel <derf@finalrewind.org>
This module is licensed under the same terms as Perl itself.