Sha256: 9f3082e543214a32df9235f6d8ef9950a4fd12b4e83c0496b21ac5420410ce43
Contents?: true
Size: 315 Bytes
Versions: 21
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Scenario module Test module Integration class AiGateway < AiGatewayBase def initialize super @tag = 'ai_gateway' end end end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems