Sha256: 77f00f747a36c5c0e8fb2be27876e2a450636c82dad28fdca47779f5f55341c5
Contents?: true
Size: 523 Bytes
Versions: 24
Compression:
Stored size: 523 Bytes
Contents
module FbGraph2 class Struct module Context class UserContext < Struct register_attributes( users: [:mutual_friends], pages: [:mutual_likes] ) end class PageContext < Struct register_attributes( users: [:friends_who_like, :friends_tagged_at, :music_listen_friends, :video_watch_friends] ) end class AppContext < Struct register_attributes( users: [:friends_using_app] ) end end end end
Version data entries
24 entries across 24 versions & 1 rubygems