Method: Match::Storage::GitLab::Client#base_url
- Defined in:
- match/lib/match/storage/gitlab/client.rb
#base_url ⇒ Object
20 21 22 |
# File 'match/lib/match/storage/gitlab/client.rb', line 20 def base_url return "#{@api_v4_url}/projects/#{CGI.escape(@project_id)}/secure_files" end |