Method: LabClient::ProtectedTags#show
- Defined in:
- lib/labclient/protected_tags/show.rb
#show(project_id, tag_id) ⇒ Object
19 20 21 22 |
# File 'lib/labclient/protected_tags/show.rb', line 19 def show(project_id, tag_id) project_id = format_id(project_id) client.request(:get, "projects/#{project_id}/protected_tags/#{tag_id}", Tag) end |