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

Version Path
fb_graph2-0.0.11 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.10 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.9 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.8 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.7 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.6 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.5 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.4 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.0.3 lib/fb_graph2/edge/invitable_friends.rb