Sha256: 75c718ba47d73cc067a5287b488a6747a4b0e0d20058acc451ba92ca2a515b09
Contents?: true
Size: 412 Bytes
Versions: 25
Compression:
Stored size: 412 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Scenario module Test module Integration class AiGatewayNoLicense < AiGatewayBase def initialize super @tag = 'ai_gateway_no_license' @use_cloud_license = false @assign_seats = false end end end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems