Method: FacebookAds#configure
- Defined in:
- lib/facebook_ads.rb
#configure {|@config| ... } ⇒ Object Also known as: config
36 37 38 39 40 |
# File 'lib/facebook_ads.rb', line 36 def configure @config ||= Config.new yield @config if block_given? @config end |