lib/openactive/models/schema/answer.rb in openactive-0.1.2 vs lib/openactive/models/schema/answer.rb in openactive-0.2.0

- old
+ new

@@ -5,9 +5,16 @@ # @!attribute type # @return [String] def type "schema:Answer" end + + # @return [OpenActive::Models::Schema::Comment,OpenActive::Models::Schema::WebContent,URI] + define_property :answer_explanation, as: "answerExplanation", types: [ + "OpenActive::Models::Schema::Comment", + "OpenActive::Models::Schema::WebContent", + "URI", + ] end end end end