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