Class: AdWords::V201008::BulkMutateJobService::TemplateAd

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

Overview

TemplateAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

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

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • templateId - SOAP::SOAPLong

  • adUnionId - AdWords::V201008::BulkMutateJobService::AdUnionId

  • templateElements - AdWords::V201008::BulkMutateJobService::TemplateElement

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

  • name - SOAP::SOAPString

  • duration - SOAP::SOAPInt

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, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) ⇒ TemplateAd

Returns a new instance of TemplateAd.



420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 420

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @trademarkDisapproved = trademarkDisapproved
  @ad_Type = ad_Type
  @templateId = templateId
  @adUnionId = adUnionId
  @templateElements = templateElements
  @dimensions = dimensions
  @name = name
  @duration = duration
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



412
413
414
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 412

def ad_Type
  @ad_Type
end

#adUnionIdObject

Returns the value of attribute adUnionId.



414
415
416
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 414

def adUnionId
  @adUnionId
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



409
410
411
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 409

def approvalStatus
  @approvalStatus
end

#dimensionsObject

Returns the value of attribute dimensions.



416
417
418
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 416

def dimensions
  @dimensions
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



410
411
412
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 410

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



408
409
410
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 408

def displayUrl
  @displayUrl
end

#durationObject

Returns the value of attribute duration.



418
419
420
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 418

def duration
  @duration
end

#idObject

Returns the value of attribute id.



406
407
408
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 406

def id
  @id
end

#nameObject

Returns the value of attribute name.



417
418
419
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 417

def name
  @name
end

#templateElementsObject

Returns the value of attribute templateElements.



415
416
417
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 415

def templateElements
  @templateElements
end

#templateIdObject

Returns the value of attribute templateId.



413
414
415
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 413

def templateId
  @templateId
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



411
412
413
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 411

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



407
408
409
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 407

def url
  @url
end