Commit 910b35ee authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

documentation

parent 702918a5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -569,6 +569,10 @@ None.

=item * Class::Accessor(3pm)

=item * DateTime(3pm)

=item * DateTime::Format::Strptime(3pm)

=item * LWP::UserAgent(3pm)

=item * XML::LibXML(3pm)
+14 −0
Original line number Diff line number Diff line
@@ -204,10 +204,24 @@ the platform, time, route and more.

=over

=item $result->countdown

Difference between the time Travel::Status::DE::HAFAS->results
was called first and the arrival/departure time, in minutes.

=item $result->countdown_sec

Difference between the time Travel::Status::DE::HAFAS->results
was called first and the arrival/departure time, in seconds.

=item $result->date

Arrival/Departure date in "dd.mm.yyyy" format.

=item $result->datetime

DateTime object holding the arrival/departure date and time.

=item $result->delay

Returns the delay in minutes, or undef if it is unknown.