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

12 lines
316 B
Smalltalk
Raw Normal View History

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