Sha256: 7eb4022717e84adbe282a3ad231b15b49eafba7a8118e5ee58515fa2bb195eff
Contents?: true
Size: 305 Bytes
Versions: 8
Compression:
Stored size: 305 Bytes
Contents
module Orkut module Constants module Group ALL = '@all' # Friends only (a collection) FRIENDS = '@friends' # The universal set of contacts (a collection) PROXY_CONTACTS = '@proxy' # User guid only SELF = '@self' end end end
Version data entries
8 entries across 8 versions & 1 rubygems