lib/openactive/models/schema/math_solver.rb in openactive-0.2.2 vs lib/openactive/models/schema/math_solver.rb in openactive-0.3.0
- old
+ new
@@ -6,13 +6,13 @@
# @return [String]
def type
"schema:MathSolver"
end
- # @return [String,OpenActive::Models::Schema::SolveMathAction,URI]
+ # @return [OpenActive::Models::Schema::SolveMathAction,String,URI]
define_property :math_expression, as: "mathExpression", types: [
- "string",
"OpenActive::Models::Schema::SolveMathAction",
+ "string",
"URI",
]
end
end
end