Sha256: adb66e58f8ba4664a2bd05afb76fa7f953de298ffc2d4bbf82e43b35557befcf
Contents?: true
Size: 793 Bytes
Versions: 6
Compression:
Stored size: 793 Bytes
Contents
module OpenActive module Models # # Error Use Case: The `orderedItem` and `acceptedOffer` combination specified currently cannot be booked due to an inconsistent state within the Booking System. # # This type is derived from https://schema.org/Thing, which means that any of this type's properties within schema.org may also be used. class OpportunityIntractableError < ::OpenActive::Models::OpenBookingError # @!attribute type # @return [String] def type "OpportunityIntractableError" end # @return [String] define_property :name, as: "name", types: [ "string", ] # @return [int,nil] define_property :status_code, as: "statusCode", types: [ "int", "null", ] end end end
Version data entries
6 entries across 6 versions & 1 rubygems