12 lines
160 B
Smalltalk
12 lines
160 B
Smalltalk
|
accessing
|
||
|
retrieveContents
|
||
|
self userName ifNil: [^ self].
|
||
|
^ self
|
||
|
id;
|
||
|
name;
|
||
|
description;
|
||
|
createdAt;
|
||
|
url;
|
||
|
profileImageUrl;
|
||
|
profileBio;
|
||
|
yourself.
|