Socialmetrica/Socialmetrica.package/Tweet.class/instance/getUser.st

5 lines
88 B
Smalltalk

accessing
getUser
self user
ifNotNil: [ ^ self user ].
^ self userFromId: authorId