Class: AdwordsApi::V201003::BulkMutateJobService::TextAd

Inherits:
Ad
  • Object
show all
Defined in:
lib/adwords_api/v201003/BulkMutateJobService.rb

Overview

TextAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdwordsApi::V201003::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • headline - SOAP::SOAPString

  • description1 - SOAP::SOAPString

  • description2 - SOAP::SOAPString

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, headline = nil, description1 = nil, description2 = nil) ⇒ TextAd

Returns a new instance of TextAd.



426
427
428
429
430
431
432
433
434
435
436
437
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 426

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, headline = nil, description1 = nil, description2 = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @trademarkDisapproved = trademarkDisapproved
  @ad_Type = ad_Type
  @headline = headline
  @description1 = description1
  @description2 = description2
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



421
422
423
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 421

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



418
419
420
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 418

def approvalStatus
  @approvalStatus
end

#description1Object

Returns the value of attribute description1.



423
424
425
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 423

def description1
  @description1
end

#description2Object

Returns the value of attribute description2.



424
425
426
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 424

def description2
  @description2
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



419
420
421
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 419

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



417
418
419
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 417

def displayUrl
  @displayUrl
end

#headlineObject

Returns the value of attribute headline.



422
423
424
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 422

def headline
  @headline
end

#idObject

Returns the value of attribute id.



415
416
417
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 415

def id
  @id
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



420
421
422
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 420

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



416
417
418
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 416

def url
  @url
end