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