lib/vindetta/decoder/result.rb in vindetta-0.9.0 vs lib/vindetta/decoder/result.rb in vindetta-0.10.0
- old
+ new
@@ -14,9 +14,12 @@
has_value :manufacturer_name, 27
has_value :vehicle_type, 39
has_value :plant_city, 31
has_value :body_class, 5
has_value :primary_fuel_type, 24
+ has_value :engine_configuration, 64
+ has_value :manufacturer_id, 157, type: :int
+ has_value :primary_fuel_type, 24
def initialize(variables)
@variables = variables
end