Sha256: bbcd4e085593736c5fe2fb58bee1e4ccb8f5b22aaa239242e863f75f40b9d0ce
Contents?: true
Size: 787 Bytes
Versions: 6
Compression:
Stored size: 787 Bytes
Contents
module OpenActive module Models # # Error Use Case: B failed due to a newer version of the `OrderProposal` existing than that specified by the Broker in `orderProposalVersion`. # # 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 OrderProposalVersionOutdatedError < ::OpenActive::Models::OpenBookingError # @!attribute type # @return [String] def type "OrderProposalVersionOutdatedError" 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