Method: LabClient::ProjectMethods#templates
- Defined in:
- lib/labclient/projects/methods.rb
#templates(template_type) ⇒ Object
Templates
725 726 727 |
# File 'lib/labclient/projects/methods.rb', line 725 def templates(template_type) client.projects.templates.list(id, template_type) end |