Method: Gitlab::Client::Templates#dockerfile_templates
- Defined in:
- lib/gitlab/client/templates.rb
#dockerfile_templates ⇒ Array<Gitlab::ObjectifiedHash>
Get all Dockerfile templates.
16 17 18 |
# File 'lib/gitlab/client/templates.rb', line 16 def dockerfile_templates get('/templates/dockerfiles') end |