Sha256: 1fc4c744cd3804ef4880a95f2cd51225311b0da9f86fd3f9bfdbd028ac734215

Contents?: true

Size: 252 Bytes

Versions: 4

Compression:

Stored size: 252 Bytes

Contents

module OpenActive
  module Models
    class UnknownOrIncorrectEndpointError < ::OpenActive::Models::OpenBookingError
      # @!attribute type
      # @return [String]
      def type
        "UnknownOrIncorrectEndpointError"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openactive-0.1.2 lib/openactive/models/unknown_or_incorrect_endpoint_error.rb
openactive-0.1.1 lib/openactive/models/unknown_or_incorrect_endpoint_error.rb
openactive-0.1.0 lib/openactive/models/unknown_or_incorrect_endpoint_error.rb
openactive-0.1.0.rc1 lib/openactive/models/unknown_or_incorrect_endpoint_error.rb