lib/openactive/models/schema/parent_audience.rb in openactive-0.2.2 vs lib/openactive/models/schema/parent_audience.rb in openactive-0.3.0
- old
+ new
@@ -7,16 +7,16 @@
def type
"schema:ParentAudience"
end
# @return [BigDecimal,nil]
- define_property :child_min_age, as: "childMinAge", types: [
+ define_property :child_max_age, as: "childMaxAge", types: [
"Number",
"null",
]
# @return [BigDecimal,nil]
- define_property :child_max_age, as: "childMaxAge", types: [
+ define_property :child_min_age, as: "childMinAge", types: [
"Number",
"null",
]
end
end