Method: LabClient::ProjectMethods#template_show

Defined in:
lib/labclient/projects/methods.rb

#template_show(template_type, template_name, query = {}) ⇒ Object



729
730
731
# File 'lib/labclient/projects/methods.rb', line 729

def template_show(template_type, template_name, query = {})
  client.projects.templates.show(id, template_type, template_name, query)
end