1 class Collection < ArvadosBase
13 def attribute_editable?(attr)
22 $arvados_api_client.api "collections/#{self.uuid}/", "provenance"
26 $arvados_api_client.api "collections/#{self.uuid}/", "used_by"
32 # if self.files.length > 3
35 # m = self.files.length
38 # name += "#{self.files[i][1]}"
40 # name += ", " if i < m
42 # if i < self.files.length