lib/echelon/ride.rb in echelon-1.0.2 vs lib/echelon/ride.rb in echelon-1.0.3

- old
+ new

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