Class: AdWords::V200909::BulkMutateJobService::TemplateAd
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
TemplateAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
ad_Type - SOAP::SOAPString
-
templateId - SOAP::SOAPLong
-
adUnionId - AdWords::V200909::BulkMutateJobService::AdUnionId
-
templateElements - AdWords::V200909::BulkMutateJobService::TemplateElement
-
dimensions - AdWords::V200909::BulkMutateJobService::Dimensions
-
name - SOAP::SOAPString
-
duration - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#adUnionId ⇒ Object
Returns the value of attribute adUnionId.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#templateElements ⇒ Object
Returns the value of attribute templateElements.
-
#templateId ⇒ Object
Returns the value of attribute templateId.
-
#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, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) ⇒ TemplateAd
constructor
A new instance of TemplateAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) ⇒ TemplateAd
Returns a new instance of TemplateAd.
267 268 269 270 271 272 273 274 275 276 277 278 279 280 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 267 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @ad_Type = ad_Type @templateId = templateId @adUnionId = adUnionId @templateElements = templateElements @dimensions = dimensions @name = name @duration = duration end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
259 260 261 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 259 def ad_Type @ad_Type end |
#adUnionId ⇒ Object
Returns the value of attribute adUnionId.
261 262 263 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 261 def adUnionId @adUnionId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
257 258 259 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 257 def approvalStatus @approvalStatus end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
263 264 265 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 263 def dimensions @dimensions end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
258 259 260 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 258 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
256 257 258 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 256 def displayUrl @displayUrl end |
#duration ⇒ Object
Returns the value of attribute duration.
265 266 267 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 265 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id.
254 255 256 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 254 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
264 265 266 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 264 def name @name end |
#templateElements ⇒ Object
Returns the value of attribute templateElements.
262 263 264 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 262 def templateElements @templateElements end |
#templateId ⇒ Object
Returns the value of attribute templateId.
260 261 262 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 260 def templateId @templateId end |
#url ⇒ Object
Returns the value of attribute url.
255 256 257 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 255 def url @url end |