Sha256: adea4d4d583a1fc796a5f7f8310c5d788f62af028c365435cac8a028292795d5
Contents?: true
Size: 514 Bytes
Versions: 5
Compression:
Stored size: 514 Bytes
Contents
module OpenActive module Models module Schema class MathSolver < ::OpenActive::Models::Schema::CreativeWork # @!attribute type # @return [String] def type "schema:MathSolver" end # @return [String,OpenActive::Models::Schema::SolveMathAction,URI] define_property :math_expression, as: "mathExpression", types: [ "string", "OpenActive::Models::Schema::SolveMathAction", "URI", ] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems