9 lines
238 B
Smalltalk
9 lines
238 B
Smalltalk
accessing
|
|
reStoreDefinition
|
|
^ super reStoreDefinition
|
|
defineAsID: #id;
|
|
define: #text as: String;
|
|
define: #created as: String;
|
|
define: #user as: TwitterUser;
|
|
define: #timelines as: (Dictionary of: String -> String);
|
|
yourself |