Sha256: ddc497dfb80d99486b631b950067a88544dbd27652f7422d6cd887e32d3333e4
Contents?: true
Size: 476 Bytes
Versions: 6
Compression:
Stored size: 476 Bytes
Contents
module OpenActive module Models module Schema class ReplyAction < ::OpenActive::Models::Schema::CommunicateAction # @!attribute type # @return [String] def type "schema:ReplyAction" end # @return [OpenActive::Models::Schema::Comment,URI] define_property :result_comment, as: "resultComment", types: [ "OpenActive::Models::Schema::Comment", "URI", ] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems