Sha256: 9e4a9dc7d60b3dfddd1ebb7cd8171e95c1068ecf623dd78314dfa73afef2be85
Contents?: true
Size: 507 Bytes
Versions: 6
Compression:
Stored size: 507 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 ReplacementSimulateAction < ::OpenActive::Models::OpenBookingSimulateAction # @!attribute type # @return [String] def type "test:ReplacementSimulateAction" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems