Merge branch 'master' into 9998-no-count-items-available
[arvados.git] / apps / workbench / app / models / work_unit.rb
index 727180ecfa8ab23d02b38a2ffe7f7665606e6c8f..dd4a706f9d6edfdbaf60b7607e62d3f40a672fe2 100644 (file)
@@ -5,14 +5,14 @@ class WorkUnit
     # returns the label that was assigned when creating the work unit
   end
 
-  def proxied
-    # returns the proxied object of this work unit
-  end
-
   def uuid
     # returns the arvados UUID of the underlying object
   end
 
+  def parent
+    # returns the parent uuid of this work unit
+  end
+
   def children
     # returns an array of child work units
   end