web UI
[scpubgit/App-EzPz.git] / lib / Email / EzPz / SubList.pm
index 8f80726..00acfce 100644 (file)
@@ -2,6 +2,8 @@ package Email::EzPz::SubList;
 
 use Moo;
 
+has name => (is => 'ro', required => 1);
+
 has sublist_type => (is => 'ro', required => 1);
 
 with 'Email::EzPz::ListCore';