Sha256: 8aa7a7b2eb9548dd1c6717d05659961dbc385b51a10d11ed0743f499c4918170
Contents?: true
Size: 402 Bytes
Versions: 25
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Scenario module Test module Integration class AiGatewayNoAddOn < AiGatewayBase def initialize super @tag = 'ai_gateway_no_add_on' @has_add_on = false @assign_seats = false end end end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems