Sha256: af70508c1462ec077e6134f7b4ddaa7c0e3b9394f324d4d9690e6ef6dce40265

Contents?: true

Size: 285 Bytes

Versions: 37

Compression:

Stored size: 285 Bytes

Contents

module FbGraph2
  class Edge
    module InvitableFriends
      def invitable_friends(params = {})
        invitable_friends = self.edge :invitable_friends, params
        invitable_friends.collect! do |friend|
          Struct::Friend.new friend
        end
      end
    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
fb_graph2-1.3.0 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-1.2.0 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-1.1.1 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-1.1.0 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-1.0.1 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-1.0.0 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.9.1 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.9.0 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.8.0 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.9 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.8 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.7 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.6 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.5 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.4 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.3 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.2 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.1 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.7.0 lib/fb_graph2/edge/invitable_friends.rb
fb_graph2-0.6.2 lib/fb_graph2/edge/invitable_friends.rb