lib/tfl_tube_stations.rb in kalv-tfl-tube-stations-0.1.0 vs lib/tfl_tube_stations.rb in kalv-tfl-tube-stations-0.1.1
- old
+ new
@@ -22,12 +22,12 @@
def self.feed_url=(feed_url)
@feed_url = feed_url
end
end
-TflTubeStations::feed_url = "http://www.tfl.gov.uk/tfl/businessandpartners/syndication/feed.aspx?email=kalv@kalv.co.uk&feedId=4"
+#TflTubeStations::feed_url = "http://feed/url"
-stations = TflTubeStations.get_stations
+#stations = TflTubeStations.get_stations
-stations.each do |station|
- puts "#{station.name} #{station.address}"
-end
+#stations.each do |station|
+# puts "#{station.name} #{station.address}"
+#end
\ No newline at end of file