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