1 class Collection < ArvadosBase
12 def attribute_editable?(attr)
21 $arvados_api_client.api "collections/#{self.uuid}/", "provenance"
25 $arvados_api_client.api "collections/#{self.uuid}/", "used_by"
31 # if self.files.length > 3
34 # m = self.files.length
37 # name += "#{self.files[i][1]}"
39 # name += ", " if i < m
41 # if i < self.files.length