lib/ratis/route_stops/stop.rb in ratis-2.5.2.4 vs lib/ratis/route_stops/stop.rb in ratis-2.5.2.5

- old
+ new

@@ -1,4 +1,6 @@ module Ratis - class RouteStops::Stop < Struct.new(:description, :area, :stop_id, :atis_stop_id, :point, :alpha_seq, :stop_seq, :latitude, :longitude) + + class RouteStops::Stop < Struct.new(:description, :area, :stop_id, :atis_stop_id, :point, :alpha_seq, :stop_seq, :latitude, :longitude) end -end \ No newline at end of file + +end