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

4 lines
145 B
Smalltalk
Raw Normal View History

accessing
queries
"A list of the queries where the tweet has been present"
^ self metadata at: 'queries' ifAbsentPut: [ OrderedCollection new ]