Socialmetrica/Socialmetrica.package/TwitterUser.class/class/reStoreDefinition.st

9 lines
223 B
Smalltalk
Raw Normal View History

2022-04-05 20:30:52 +00:00
accessing
reStoreDefinition
^ super reStoreDefinition
defineAsID: #id;
2022-04-05 20:30:52 +00:00
define: #userName as: String;
define: #profileImageUrl as: String;
define: #profileBio as: String;
2022-04-06 16:16:01 +00:00
define: #createdAt as: String;
2022-04-05 20:30:52 +00:00
yourself.