Class: AdWords::V201008::BulkMutateJobService::RichMediaAd

Inherits:
Ad
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

RichMediaAd abstract

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201008::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • name - SOAP::SOAPString

  • dimensions - AdWords::V201008::BulkMutateJobService::Dimensions

  • snippet - SOAP::SOAPString

  • impressionBeaconUrl - SOAP::SOAPString

  • certifiedVendorFormatId - SOAP::SOAPLong

Direct Known Subclasses

ThirdPartyRedirectAd

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, dimensions = nil, snippet = nil, impressionBeaconUrl = nil, certifiedVendorFormatId = nil) ⇒ RichMediaAd

Returns a new instance of RichMediaAd.



320
321
322
323
324
325
326
327
328
329
330
331
332
333
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 320

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, dimensions = nil, snippet = nil, impressionBeaconUrl = nil, certifiedVendorFormatId = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @trademarkDisapproved = trademarkDisapproved
  @ad_Type = ad_Type
  @name = name
  @dimensions = dimensions
  @snippet = snippet
  @impressionBeaconUrl = impressionBeaconUrl
  @certifiedVendorFormatId = certifiedVendorFormatId
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



313
314
315
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 313

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



310
311
312
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 310

def approvalStatus
  @approvalStatus
end

#certifiedVendorFormatIdObject

Returns the value of attribute certifiedVendorFormatId.



318
319
320
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 318

def certifiedVendorFormatId
  @certifiedVendorFormatId
end

#dimensionsObject

Returns the value of attribute dimensions.



315
316
317
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 315

def dimensions
  @dimensions
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



311
312
313
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 311

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



309
310
311
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 309

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



307
308
309
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 307

def id
  @id
end

#impressionBeaconUrlObject

Returns the value of attribute impressionBeaconUrl.



317
318
319
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 317

def impressionBeaconUrl
  @impressionBeaconUrl
end

#nameObject

Returns the value of attribute name.



314
315
316
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 314

def name
  @name
end

#snippetObject

Returns the value of attribute snippet.



316
317
318
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 316

def snippet
  @snippet
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



312
313
314
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 312

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



308
309
310
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 308

def url
  @url
end