lib/echelon/ride.rb in echelon-0.0.3 vs lib/echelon/ride.rb in echelon-0.0.4

- old
+ new

@@ -1,7 +1,7 @@ module Echelon class Ride - attr_reader :name, :queue_time, :active + attr_reader :name, :queue_time, :active, :updated_at def initialize(*params) params.each do |key| key.each { |k, v| instance_variable_set("@#{k}", v) } end \ No newline at end of file