Class: AdwordsApi::V201101::BulkMutateJobService::TextAd

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

Overview

TextAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdwordsApi::V201101::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.



390
391
392
393
394
395
396
397
398
399
400
401
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 390

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.



385
386
387
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 385

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



382
383
384
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 382

def approvalStatus
  @approvalStatus
end

#description1Object

Returns the value of attribute description1.



387
388
389
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 387

def description1
  @description1
end

#description2Object

Returns the value of attribute description2.



388
389
390
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 388

def description2
  @description2
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



383
384
385
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 383

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



381
382
383
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 381

def displayUrl
  @displayUrl
end

#headlineObject

Returns the value of attribute headline.



386
387
388
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 386

def headline
  @headline
end

#idObject

Returns the value of attribute id.



379
380
381
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 379

def id
  @id
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



384
385
386
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 384

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



380
381
382
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 380

def url
  @url
end