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

Version Path
fb_graph2-1.3.0 lib/fb_graph2/edge/app_insights.rb
fb_graph2-1.2.0 lib/fb_graph2/edge/app_insights.rb
fb_graph2-1.1.1 lib/fb_graph2/edge/app_insights.rb
fb_graph2-1.1.0 lib/fb_graph2/edge/app_insights.rb
fb_graph2-1.0.1 lib/fb_graph2/edge/app_insights.rb
fb_graph2-1.0.0 lib/fb_graph2/edge/app_insights.rb
fb_graph2-0.9.1 lib/fb_graph2/edge/app_insights.rb
fb_graph2-0.9.0 lib/fb_graph2/edge/app_insights.rb
fb_graph2-0.8.0 lib/fb_graph2/edge/app_insights.rb
fb_graph2-0.7.9 lib/fb_graph2/edge/app_insights.rb
fb_graph2-0.7.8 lib/fb_graph2/edge/app_insights.rb
fb_graph2-0.7.7 lib/fb_graph2/edge/app_insights.rb