Class: AdWords::V201008::BulkMutateJobService::TextAd

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

Overview

TextAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201008::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.



460
461
462
463
464
465
466
467
468
469
470
471
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 460

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.



455
456
457
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 455

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



452
453
454
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 452

def approvalStatus
  @approvalStatus
end

#description1Object

Returns the value of attribute description1.



457
458
459
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 457

def description1
  @description1
end

#description2Object

Returns the value of attribute description2.



458
459
460
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 458

def description2
  @description2
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



453
454
455
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 453

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



451
452
453
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 451

def displayUrl
  @displayUrl
end

#headlineObject

Returns the value of attribute headline.



456
457
458
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 456

def headline
  @headline
end

#idObject

Returns the value of attribute id.



449
450
451
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 449

def id
  @id
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



454
455
456
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 454

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



450
451
452
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 450

def url
  @url
end