13 lines
212 B
Smalltalk
13 lines
212 B
Smalltalk
accessing
|
|
retrieveContents
|
|
self userName ifNil: [^ self].
|
|
" self retrieveLocalContents ifNotNil: [ ^ self ]."
|
|
^ self
|
|
id;
|
|
name;
|
|
description;
|
|
createdAt;
|
|
url;
|
|
profileImageUrl;
|
|
profileBio;
|
|
yourself. |