Class: AdWords::V201008::BulkMutateJobService::TextAd
- 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
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#description1 ⇒ Object
Returns the value of attribute description1.
-
#description2 ⇒ Object
Returns the value of attribute description2.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#headline ⇒ Object
Returns the value of attribute headline.
-
#id ⇒ Object
Returns the value of attribute id.
-
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, headline = nil, description1 = nil, description2 = nil) ⇒ TextAd
constructor
A new instance of TextAd.
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_Type ⇒ Object
Returns the value of attribute ad_Type.
455 456 457 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 455 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
452 453 454 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 452 def approvalStatus @approvalStatus end |
#description1 ⇒ Object
Returns the value of attribute description1.
457 458 459 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 457 def description1 @description1 end |
#description2 ⇒ Object
Returns the value of attribute description2.
458 459 460 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 458 def description2 @description2 end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
453 454 455 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 453 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
451 452 453 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 451 def displayUrl @displayUrl end |
#headline ⇒ Object
Returns the value of attribute headline.
456 457 458 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 456 def headline @headline end |
#id ⇒ Object
Returns the value of attribute id.
449 450 451 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 449 def id @id end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
454 455 456 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 454 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
450 451 452 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 450 def url @url end |