Sha256: 7048f8e14774ee87bc88a17e24ee0086330fd983d85139d42bdcab25b9d05f39
Contents?: true
Size: 513 Bytes
Versions: 4
Compression:
Stored size: 513 Bytes
Contents
module OpenActive module Models # [NOTICE: This class is part of the Open Booking API Test Interface, and MUST NOT be used in production.] # This type is derived from https://schema.org/Action, which means that any of this type's properties within schema.org may also be used. class AttendeeAbsentSimulateAction < ::OpenActive::Models::OpenBookingSimulateAction # @!attribute type # @return [String] def type "test:AttendeeAbsentSimulateAction" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems