Class: AdWords::V200909::BulkMutateJobService::TextAd
- 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
-
#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.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], 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 = [], 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_Type ⇒ Object
Returns the value of attribute ad_Type.
299 300 301 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 299 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
297 298 299 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 297 def approvalStatus @approvalStatus end |
#description1 ⇒ Object
Returns the value of attribute description1.
301 302 303 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 301 def description1 @description1 end |
#description2 ⇒ Object
Returns the value of attribute description2.
302 303 304 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 302 def description2 @description2 end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
298 299 300 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 298 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
296 297 298 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 296 def displayUrl @displayUrl end |
#headline ⇒ Object
Returns the value of attribute headline.
300 301 302 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 300 def headline @headline end |
#id ⇒ Object
Returns the value of attribute id.
294 295 296 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 294 def id @id end |
#url ⇒ Object
Returns the value of attribute url.
295 296 297 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 295 def url @url end |