Sha256: 88704f9417e3d0c3ae36ba44bcc753709bd58dd0416b64b7ec10158c23b93b37
Contents?: true
Size: 313 Bytes
Versions: 9
Compression:
Stored size: 313 Bytes
Contents
module FbGraph2 class Edge module InvitableFriends def invitable_friends(params = {}) invitable_friends = self.edge :invitable_friends, params invitable_friends.collect do |invitable_friend| Struct::InvitableFriend.new invitable_friend end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems