Sha256: fef4b58b1ef5e25488c1c95ce16b6f8aa8275bbea511a4cb18e4177e833cf36d

Contents?: true

Size: 252 Bytes

Versions: 12

Compression:

Stored size: 252 Bytes

Contents

module FbGraph
  module Connections
    module Reviews
      def reviews(options = {})
        reviews = self.connection :reviews, options
        reviews.map! do |review|
          Review.new review[:id], review
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fb_graph-2.7.17 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.16 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.15 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.14 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.13 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.12 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.11 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.10 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.9 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.8 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.7 lib/fb_graph/connections/reviews.rb
fb_graph-2.7.6 lib/fb_graph/connections/reviews.rb