Socialmetrica/Socialmetrica.package/Tweet.class/class/reStoreDefinition.st

10 lines
293 B
Smalltalk

accessing
reStoreDefinition
^ super reStoreDefinition
defineAsID: #id;
define: #text as: String;
define: #created as: String;
define: #authorId as: String;
define: #timelines as: (Dictionary of: String -> String);
define: #metrics as: (Dictionary of: String -> String);
yourself