lib/openactive/models/schema/statistical_population.rb in openactive-0.3.0 vs lib/openactive/models/schema/statistical_population.rb in openactive-0.4.0
- old
+ new
@@ -11,21 +11,9 @@
# @return [OpenActive::Models::Schema::Class,URI]
define_property :population_type, as: "populationType", types: [
"OpenActive::Models::Schema::Class",
"URI",
]
-
- # @return [int,nil]
- define_property :num_constraints, as: "numConstraints", types: [
- "int",
- "null",
- ]
-
- # @return [int,nil]
- define_property :constraining_property, as: "constrainingProperty", types: [
- "int",
- "null",
- ]
end
end
end
end