Method: Gitlab::Client::Tags#tag
- Defined in:
- lib/gitlab/client/tags.rb
#tag(project, tag) ⇒ Gitlab::ObjectifiedHash Also known as: repo_tag
Gets information about a repository tag.
48 49 50 |
# File 'lib/gitlab/client/tags.rb', line 48 def tag(project, tag) get("/projects/#{url_encode project}/repository/tags/#{url_encode tag}") end |