Sha256: 711bec68f964ff4af0f38c43dc3ea4f61fb38f7fd3792953c4a35c4227c694bc
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
module OpenActive module Models module Schema class Answer < ::OpenActive::Models::Schema::Comment # @!attribute type # @return [String] def type "schema:Answer" end # @return [OpenActive::Models::Schema::WebContent,OpenActive::Models::Schema::Comment,URI] define_property :answer_explanation, as: "answerExplanation", types: [ "OpenActive::Models::Schema::WebContent", "OpenActive::Models::Schema::Comment", "URI", ] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.3.0 | lib/openactive/models/schema/answer.rb |