Method: LabClient::ProjectMethods#tags

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

#tags(query = {}) ⇒ Object

Tags



387
388
389
# File 'lib/labclient/projects/methods.rb', line 387

def tags(query = {})
  client.tags.list(id, query)
end