Sha256: 05685601c17ef8a4937b12e71b5f5cd71e0e1b73adef7d55857da85826207e4e

Contents?: true

Size: 280 Bytes

Versions: 37

Compression:

Stored size: 280 Bytes

Contents

module FbGraph2
  class Edge
    module TaggableFriends
      def taggable_friends(params = {})
        taggable_friends = self.edge :taggable_friends, params
        taggable_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-0.6.1 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.6.0 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.5.3 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.5.2 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.5.1 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.5.0 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.4.4 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.4.3 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.4.1 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.4.0 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.3.2 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.3.1 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.3.0 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.2.0 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.1.3 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.1.2 lib/fb_graph2/edge/taggable_friends.rb
fb_graph2-0.1.1 lib/fb_graph2/edge/taggable_friends.rb