Sha256: 448dc9eb6114046d600ed24a06da8a8fd97b39ed33229ea9156db0058035ff10
Contents?: true
Size: 513 Bytes
Versions: 6
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 CustomerNoticeSimulateAction < ::OpenActive::Models::OpenBookingSimulateAction # @!attribute type # @return [String] def type "test:CustomerNoticeSimulateAction" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems