summaryrefslogtreecommitdiff
path: root/lib/WebService/TFL/Bus/Response/Prediction.pm
blob: d3ea931cc7647ceaa190016df8f943127f726648 (plain)
1
2
3
4
5
package WebService::TFL::Bus::Response::Prediction; 
use Moose;
with 'WebService::TFL::Bus::ResponseTypeRole' => { type => 'prediction' };
 
1;