lib/openactive/models/schema/car.rb in openactive-0.1.2 vs lib/openactive/models/schema/car.rb in openactive-0.2.0
- old
+ new
@@ -5,9 +5,20 @@
# @!attribute type
# @return [String]
def type
"schema:Car"
end
+
+ # @return [OpenActive::Models::Schema::QuantitativeValue,URI]
+ define_property :roof_load, as: "roofLoad", types: [
+ "OpenActive::Models::Schema::QuantitativeValue",
+ "URI",
+ ]
+
+ # @return [String]
+ define_property :acriss_code, as: "acrissCode", types: [
+ "string",
+ ]
end
end
end
end