Sha256: f8a354d3c8ee3f037f24cc661d2175718b0bd1b6cc22fbc422f7a8272944b610
Contents?: true
Size: 282 Bytes
Versions: 11
Compression:
Stored size: 282 Bytes
Contents
module FbGraph2 class Edge module Insights def insights(params = {}) insights = self.edge :insights, params insights.collect! do |insight| Insight.new(insight[:id], insight).authenticate self.access_token end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems