Loading lib/Travel/Status/DE/HAFAS.pm +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading lib/Travel/Status/DE/HAFAS/Result.pm +14 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
lib/Travel/Status/DE/HAFAS.pm +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading
lib/Travel/Status/DE/HAFAS/Result.pm +14 −0 Original line number Diff line number Diff line Loading @@ -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. Loading