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

5 lines
269 B
Smalltalk

accessing
timelines
"A dictionary of several the timelines where this tweet appears.
The key is the user's timeline and the value is the message id before this particular message appears in such user's timeline."
^ timelines ifNil: [ timelines := Dictionary new ].