NAME
Travel::Status::DE::EFA::Info - Information about a public transit stop
SYNOPSIS
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
version 3.03
DESCRIPTION
Travel::Status::DE::EFA::Info holds a single information message related to a specific public transit stop.
ACCESSORS
All accessors may return undef. Individual accessors may return identical strings. Strings may contain HTML elements.
- $info->additional_text
- $info->content
- $info->link_url
-
URL to a site related to this information message. The site may or may not hold additional data.
- $info->link_text
-
Text for linking to link_url.
- $info->param
-
Hashref of parameters, e.g.
incidentDateTime
(string describing the date/time range during which this message is valid). - $info->subject
- $info->subtitle
DIAGNOSTICS
None.
DEPENDENCIES
BUGS AND LIMITATIONS
This module is a Work in Progress. Its API may change between minor versions.
SEE ALSO
Travel::Status::DE::EFA(3pm).
AUTHOR
Copyright (C) 2024 by Birte Kristina Friesel <derf@finalrewind.org>
LICENSE
This module is licensed under the same terms as Perl itself.