Class: AdWords::V201003::BulkMutateJobService::TemplateAd
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
TemplateAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201003::BulkMutateJobService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
templateId - SOAP::SOAPLong
-
adUnionId - AdWords::V201003::BulkMutateJobService::AdUnionId
-
templateElements - AdWords::V201003::BulkMutateJobService::TemplateElement
-
dimensions - AdWords::V201003::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.
-
#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, 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 = [], trademarkDisapproved = nil, ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) ⇒ TemplateAd
Returns a new instance of TemplateAd.
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 386 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @trademarkDisapproved = trademarkDisapproved @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.
378 379 380 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 378 def ad_Type @ad_Type end |
#adUnionId ⇒ Object
Returns the value of attribute adUnionId.
380 381 382 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 380 def adUnionId @adUnionId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
375 376 377 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 375 def approvalStatus @approvalStatus end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
382 383 384 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 382 def dimensions @dimensions end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
376 377 378 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 376 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
374 375 376 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 374 def displayUrl @displayUrl end |
#duration ⇒ Object
Returns the value of attribute duration.
384 385 386 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 384 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id.
372 373 374 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 372 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
383 384 385 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 383 def name @name end |
#templateElements ⇒ Object
Returns the value of attribute templateElements.
381 382 383 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 381 def templateElements @templateElements end |
#templateId ⇒ Object
Returns the value of attribute templateId.
379 380 381 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 379 def templateId @templateId end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
377 378 379 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 377 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
373 374 375 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 373 def url @url end |