ccb2ccb8f03404082be4e59d3b15df70116f230f
[arvados.git] / app / models / collection.rb
1 class Collection < ActiveRecord::Base
2   include AssignUuid
3   include KindAndEtag
4   include CommonApiTemplate
5
6   api_accessible :superuser, :extend => :common do |t|
7     t.add :locator
8     t.add :portable_data_hash
9     t.add :name
10     t.add :redundancy
11     t.add :redundancy_confirmed_by_client
12     t.add :redundancy_confirmed_at
13     t.add :redundancy_confirmed_as
14   end
15 end