Sha256: 855268b37ac5de60511091f69f7787f1eb870e683ffa474c86de862c7c991977

Contents?: true

Size: 322 Bytes

Versions: 59

Compression:

Stored size: 322 Bytes

Contents

module FbGraph
  module Connections
    module ReachEstimates
      def reach_estimates(options = {})
        reach_estimates = self.get options.merge(:connection => :reachestimate)
        ReachEstimate.new reach_estimates.merge(:access_token => options[:access_token] || self.access_token)
      end
    end
  end
end


Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
fb_graph-2.7.17 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.16 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.15 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.14 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.13 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.12 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.11 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.10 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.9 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.8 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.7 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.6 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.5 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.4 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.3 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.2 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.1 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.7.0 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.6.7 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.6.6 lib/fb_graph/connections/reach_estimates.rb