RooRepo.vala
authorAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:19:40 +0000 (15:19 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:19:40 +0000 (15:19 +0800)
RooRepo.vala

index e69de29..b6aeaf3 100644 (file)
@@ -0,0 +1,12 @@
+public class RooRepo : Object 
+{
+
+       public string  id; // not really important that they are numbers..
+       public string project_id;
+       public string description;
+       public string shortname;
+       
+
+}