class TwitterAds::Campaign

Constants

RESOURCE
RESOURCE_BATCH
RESOURCE_COLLECTION

Attributes

account[R]

Public Class Methods

new(account) click to toggle source
# File lib/twitter-ads/campaign/campaign.rb, line 41
def initialize(account)
  @account = account
  self
end