lib/openactive/models/booking_service.rb in openactive-0.2.2 vs lib/openactive/models/booking_service.rb in openactive-0.3.0
- old
+ new
@@ -11,9 +11,14 @@
# @return [String]
define_property :name, as: "name", types: [
"string",
]
+ # @return [URI]
+ define_property :has_credential, as: "hasCredential", types: [
+ "URI",
+ ]
+
# @return [String]
define_property :software_version, as: "softwareVersion", types: [
"string",
]