class TwitterAds::Creative::VideoWebsiteCard

Constants

RESOURCE

@api private

RESOURCE_COLLECTION

Attributes

account[R]

Public Class Methods

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