Method: FacebookAds::Edge.post
- Defined in:
- lib/facebook_ads/edge.rb
.post(return_type = 'AdObject') {|(@param_set_for_post = ParamSet.new)| ... } ⇒ Object
154 155 156 157 158 159 160 |
# File 'lib/facebook_ads/edge.rb', line 154 def post(return_type = 'AdObject') include EdgeHasPost yield (@param_set_for_post = ParamSet.new) if block_given? return_types(:post, return_type) end |