Sha256: 6cbba5a9373174a39335ca0ef869db27f271252d0dfdfde1eac407650a476847
Contents?: true
Size: 301 Bytes
Versions: 12
Compression:
Stored size: 301 Bytes
Contents
module FbGraph2 class Edge module AppInsights def app_insights(metric, params = {}) insights = self.edge :app_insights, params, { edge_scope: metric } insights.collect! do |insight| FbGraph2::Struct::AppInsight.new insight end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems