Class: GDK::Services::GitlabAiGateway
- Inherits:
-
Base
- Object
- Base
- GDK::Services::GitlabAiGateway
show all
- Defined in:
- lib/gdk/services/gitlab_ai_gateway.rb
Instance Method Summary
collapse
Methods inherited from Base
#env, #initialize, #procfile_entry, #ready_message
Instance Method Details
#command ⇒ Object
10
11
12
|
# File 'lib/gdk/services/gitlab_ai_gateway.rb', line 10
def command
config.gitlab_ai_gateway.__service_command
end
|
#enabled? ⇒ Boolean
14
15
16
|
# File 'lib/gdk/services/gitlab_ai_gateway.rb', line 14
def enabled?
config.gitlab_ai_gateway.enabled?
end
|
#name ⇒ Object
6
7
8
|
# File 'lib/gdk/services/gitlab_ai_gateway.rb', line 6
def name
'gitlab-ai-gateway'
end
|