Class: GitHelper::GitLabClient

Inherits:
Object
  • Object
show all
Defined in:
lib/git_helper/gitlab_client.rb

Instance Method Summary collapse

Instance Method Details

#clientObject



5
6
7
# File 'lib/git_helper/gitlab_client.rb', line 5

def client
  Gitlab.client(endpoint: gitlab_endpoint, private_token: git_config_reader.gitlab_token)
end