Class: FacebookAds::AdUser

Inherits:
Base
  • Object
show all
Defined in:
lib/facebook_ads/ad_user.rb

Overview

Constant Summary collapse

FIELDS =
%w[].freeze

Instance Method Summary collapse

Methods inherited from Base

all, delete, #destroy, find, find_by, get, paginate, post, #save, #update

Instance Method Details

#ad_accountObject

belongs_to ad_account



11
12
13
# File 'lib/facebook_ads/ad_user.rb', line 11

def 
  @ad_account ||= AdAccount.find("act_#{}")
end