Class: GitHelper::GitLabClient

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

Instance Method Summary collapse

Instance Method Details

#clientObject



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