lib/openactive/models/schema/car.rb in openactive-0.3.0 vs lib/openactive/models/schema/car.rb in openactive-0.4.0
- old
+ new
@@ -6,18 +6,18 @@
# @return [String]
def type
"schema:Car"
end
+ # @return [String]
+ define_property :acriss_code, as: "acrissCode", types: [
+ "string",
+ ]
+
# @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