b6aeaf31302f5954c00caf3d0d9ae8895cf7da93
[gitlive] / RooRepo.vala
1 public class RooRepo : Object 
2 {
3  
4  
5
6         public string  id; // not really important that they are numbers..
7         public string project_id;
8         public string description;
9         public string shortname;
10         
11
12 }