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 module Collection ALL = 'all' SCRAPS = 'scraps' STREAM = 'stream' end end end