lib/openactive/models/property_value.rb in openactive-0.2.2 vs lib/openactive/models/property_value.rb in openactive-0.3.0
- old
+ new
@@ -22,12 +22,13 @@
define_property :property_id, as: "propertyID", types: [
"string",
"URI",
]
- # @return [Boolean,String,nil]
+ # @return [Boolean,URI,String,nil]
define_property :value, as: "value", types: [
"bool",
+ "URI",
"string",
"null",
]
end
end