lib/openactive/models/schema/infectious_disease.rb in openactive-0.2.2 vs lib/openactive/models/schema/infectious_disease.rb in openactive-0.3.0
- old
+ new
@@ -6,22 +6,22 @@
# @return [String]
def type
"schema:InfectiousDisease"
end
- # @return [String]
- define_property :transmission_method, as: "transmissionMethod", types: [
- "string",
- ]
-
# @return [OpenActive::Models::Schema::InfectiousAgentClass,URI]
define_property :infectious_agent_class, as: "infectiousAgentClass", types: [
"OpenActive::Models::Schema::InfectiousAgentClass",
"URI",
]
# @return [String]
define_property :infectious_agent, as: "infectiousAgent", types: [
+ "string",
+ ]
+
+ # @return [String]
+ define_property :transmission_method, as: "transmissionMethod", types: [
"string",
]
end
end
end