The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Travel::Status::DE::HAFAS::Message - An arrival/departure-related message.

SYNOPSIS

        if ($message->text) {
                printf("%s: %s\n", $message->short, $message->text);
        }
        else {
                say $message->short;
        }

VERSION

version 4.11

DESCRIPTION

Travel::Status::DE::HAFAS::Message describes a message belonging to an arrival or departure. Messages may refer to planned schedule changes due to construction work, the expected passenger volume, or similar.

METHODS

ACCESSORS

$message->short

Message header. May be a concise single-sentence summary or a mostly useless string such as "Information". Does not contain newlines.

$message->text

Detailed message content. Does not contain newlines.

$message->ref_count

Counter indicating how often this message is used by the requested arrivals/departures. ref_count is an integer between 1 and the number of results. If ref_count is 1, it is referenced by a single result only.

$message->is_him

True if it is a HIM message (typically used for service information), false if not (message may be a REM instead, indicating e.g. presence of a bicycle carriage or WiFi).

DIAGNOSTICS

None.

DEPENDENCIES

Class::Accessor(3pm)

BUGS AND LIMITATIONS

None known.

SEE ALSO

Travel::Status::DE::HAFAS(3pm).

AUTHOR

Copyright (C) 2020-2022 by Daniel Friesel <derf@finalrewind.org>

LICENSE

This module is licensed under the same terms as Perl itself.