Sha256: aa6872d1331c8315d39a5101fdef2417828897220a12d42eba84dcbaa28c60ea

Contents?: true

Size: 236 Bytes

Versions: 4

Compression:

Stored size: 236 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

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