From: Alan Knowles Date: Mon, 17 Dec 2018 05:54:02 +0000 (+0800) Subject: RooTicket.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=107673f8bf90aea8bdbe4ab300214e87799f3b13 RooTicket.vala --- diff --git a/RooTicket.vala b/RooTicket.vala index b778023c..cbf00309 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -17,6 +17,16 @@ public class RooRepo : Object } +public class RooOption : Object +{ + + public string id; // not really important that they are numbers.. + public string name; + + +} + + public class RooProject : Object { public string id; // not really important that they are numbers..