1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class ContainerRequest < ArvadosBase
10 def textile_attributes
14 def self.goes_in_projects?
18 def work_unit(label=nil, child_objects=nil)
19 ContainerWorkUnit.new(self, label, self.uuid, child_objects=child_objects)