Method: CTA::BusTracker::Service#predictions!

Defined in:
lib/cta_redux/api/bus_tracker.rb

#predictions!Object



165
166
167
168
169
# File 'lib/cta_redux/api/bus_tracker.rb', line 165

def predictions!
  options = { :route => self.route }
  options.merge!({ :stop => self.stop_id }) if self.stop_id
  CTA::BusTracker.predictions!(options)
end