Sha256: 280dbf044530b624e9a31042ffa782a8bdd8997e50cd5a74aea1373684303f78

Contents?: true

Size: 300 Bytes

Versions: 9

Compression:

Stored size: 300 Bytes

Contents

module FbGraph2
  class Edge
    module GlobalBrandChildren
      def global_brand_children(params = {})
        pages = self.edge :global_brand_children, params
        pages.collect do |page|
          Page.new(page[:id], page).authenticate self.access_token
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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