Sha256: 8f3adadff235d43e86373defa7ebebe7b47e68fb6f9fa8bbbebee00060651773
Contents?: true
Size: 382 Bytes
Versions: 22
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Scenario module Test module Integration class AiGatewayNoSeatAssigned < AiGatewayBase def initialize super @tag = 'ai_gateway_no_seat_assigned' @assign_seats = false end end end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems