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

4 lines
145 B
Smalltalk

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