7 lines
218 B
Smalltalk
7 lines
218 B
Smalltalk
|
accessing
|
||
|
asDictionary
|
||
|
|
||
|
^ { 'profile-card-avatar' -> self profileImageFile fullName.
|
||
|
'profile-card-fullname' -> self name .
|
||
|
'profile-card-username' -> self userName .
|
||
|
'profile-bio' -> self profileBio } asDictionary
|