Class: GitHelper::GitLabClient
- Inherits:
-
Object
- Object
- GitHelper::GitLabClient
- Defined in:
- lib/git_helper/gitlab_client.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
3 4 5 |
# File 'lib/git_helper/gitlab_client.rb', line 3 def client Gitlab.client(endpoint: gitlab_endpoint, private_token: git_config_reader.gitlab_token) end |