Sha256: 164f8a1308b420ca9f04fe44bc940a02c7f4fa90ec325a084b97968606051178
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
module FbGraph module Connections module AdCreditLine def ad_credit_line!(options={}) response = post options.merge(:connection => :adcreditline) response && response[:success] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fb_graph-2.7.17 | lib/fb_graph/connections/ad_credit_line.rb |
fb_graph-2.7.16 | lib/fb_graph/connections/ad_credit_line.rb |