Class: AdWords::V200909::BulkMutateJobService::TextAd

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

Overview

TextAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

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

Returns a new instance of TextAd.



304
305
306
307
308
309
310
311
312
313
314
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 304

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

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



299
300
301
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 299

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



297
298
299
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 297

def approvalStatus
  @approvalStatus
end

#description1Object

Returns the value of attribute description1.



301
302
303
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 301

def description1
  @description1
end

#description2Object

Returns the value of attribute description2.



302
303
304
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 302

def description2
  @description2
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



298
299
300
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 298

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



296
297
298
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 296

def displayUrl
  @displayUrl
end

#headlineObject

Returns the value of attribute headline.



300
301
302
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 300

def headline
  @headline
end

#idObject

Returns the value of attribute id.



294
295
296
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 294

def id
  @id
end

#urlObject

Returns the value of attribute url.



295
296
297
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 295

def url
  @url
end