Sha256: 2af4844346a05405078fc3cb92ef8a092b726d6a518b1077106ca7625c3c1cc5
Contents?: true
Size: 727 Bytes
Versions: 6
Compression:
Stored size: 727 Bytes
Contents
module OpenActive module Models # # Error Use Case: An unexpected exception has been thrown by an OpenActive SDK library or component. # # 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 InternalLibraryError < ::OpenActive::Models::InternalOpenBookingError # @!attribute type # @return [String] def type "InternalLibraryError" 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