Class: AdWords::V201008::BulkMutateJobService::TemplateAd
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
TemplateAd
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201008::BulkMutateJobService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
templateId - SOAP::SOAPLong
-
adUnionId - AdWords::V201008::BulkMutateJobService::AdUnionId
-
templateElements - AdWords::V201008::BulkMutateJobService::TemplateElement
-
dimensions - AdWords::V201008::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.
420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 420 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.
412 413 414 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 412 def ad_Type @ad_Type end |
#adUnionId ⇒ Object
Returns the value of attribute adUnionId.
414 415 416 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 414 def adUnionId @adUnionId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
409 410 411 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 409 def approvalStatus @approvalStatus end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
416 417 418 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 416 def dimensions @dimensions end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
410 411 412 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 410 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
408 409 410 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 408 def displayUrl @displayUrl end |
#duration ⇒ Object
Returns the value of attribute duration.
418 419 420 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 418 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id.
406 407 408 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 406 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
417 418 419 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 417 def name @name end |
#templateElements ⇒ Object
Returns the value of attribute templateElements.
415 416 417 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 415 def templateElements @templateElements end |
#templateId ⇒ Object
Returns the value of attribute templateId.
413 414 415 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 413 def templateId @templateId end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
411 412 413 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 411 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
407 408 409 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 407 def url @url end |