summaryrefslogtreecommitdiff
path: root/lib/WebService/TFL/Bus/Response/Prediction.pm
blob: 49a4b76da5ccdc6f2da8155b66767f265a1392b1 (plain)
1
2
3
4
5
6
7
package WebService::TFL::Bus::Response::Prediction; 
use Moo;
use namespace::autoclean;
use WebService::TFL::Bus::ResponseTypeRole;
with ResponseTypeRole('prediction');
 
1;