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