Sha256: 29b9606d657d75042062f358f6f23eee55815b752b755a7ff8ffaae82474a675
Contents?: true
Size: 341 Bytes
Versions: 8
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true module FacebookAds # https://developers.facebook.com/docs/marketing-api/reference/ad-account/advertisable_applications class AdvertisableApplication < Base FIELDS = %w[].freeze # belongs_to ad_account def ad_account @ad_account ||= AdAccount.find("act_#{account_id}") end end end
Version data entries
8 entries across 8 versions & 1 rubygems