From: Alan Knowles Date: Mon, 24 Dec 2018 07:19:40 +0000 (+0800) Subject: RooRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7399fa8d0d6e06d7e64bd0a772c00585c5b78a12 RooRepo.vala --- diff --git a/RooRepo.vala b/RooRepo.vala index e69de29b..b6aeaf31 100644 --- a/RooRepo.vala +++ b/RooRepo.vala @@ -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; + + +}