Class: AdWords::V201008::BulkMutateJobService::RichMediaAd
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
RichMediaAd abstract
-
id - SOAP::SOAPLong
-
url - SOAP::SOAPString
-
displayUrl - SOAP::SOAPString
-
approvalStatus - AdWords::V201008::BulkMutateJobService::AdApprovalStatus
-
disapprovalReasons - SOAP::SOAPString
-
trademarkDisapproved - SOAP::SOAPBoolean
-
ad_Type - SOAP::SOAPString
-
name - SOAP::SOAPString
-
dimensions - AdWords::V201008::BulkMutateJobService::Dimensions
-
snippet - SOAP::SOAPString
-
impressionBeaconUrl - SOAP::SOAPString
-
certifiedVendorFormatId - SOAP::SOAPLong
Direct Known Subclasses
Instance Attribute Summary collapse
-
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#certifiedVendorFormatId ⇒ Object
Returns the value of attribute certifiedVendorFormatId.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
-
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
-
#id ⇒ Object
Returns the value of attribute id.
-
#impressionBeaconUrl ⇒ Object
Returns the value of attribute impressionBeaconUrl.
-
#name ⇒ Object
Returns the value of attribute name.
-
#snippet ⇒ Object
Returns the value of attribute snippet.
-
#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, name = nil, dimensions = nil, snippet = nil, impressionBeaconUrl = nil, certifiedVendorFormatId = nil) ⇒ RichMediaAd
constructor
A new instance of RichMediaAd.
Constructor Details
#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, dimensions = nil, snippet = nil, impressionBeaconUrl = nil, certifiedVendorFormatId = nil) ⇒ RichMediaAd
Returns a new instance of RichMediaAd.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 320 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, name = nil, dimensions = nil, snippet = nil, impressionBeaconUrl = nil, certifiedVendorFormatId = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @trademarkDisapproved = trademarkDisapproved @ad_Type = ad_Type @name = name @dimensions = dimensions @snippet = snippet @impressionBeaconUrl = impressionBeaconUrl @certifiedVendorFormatId = certifiedVendorFormatId end |
Instance Attribute Details
#ad_Type ⇒ Object
Returns the value of attribute ad_Type.
313 314 315 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 313 def ad_Type @ad_Type end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
310 311 312 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 310 def approvalStatus @approvalStatus end |
#certifiedVendorFormatId ⇒ Object
Returns the value of attribute certifiedVendorFormatId.
318 319 320 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 318 def certifiedVendorFormatId @certifiedVendorFormatId end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
315 316 317 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 315 def dimensions @dimensions end |
#disapprovalReasons ⇒ Object
Returns the value of attribute disapprovalReasons.
311 312 313 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 311 def disapprovalReasons @disapprovalReasons end |
#displayUrl ⇒ Object
Returns the value of attribute displayUrl.
309 310 311 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 309 def displayUrl @displayUrl end |
#id ⇒ Object
Returns the value of attribute id.
307 308 309 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 307 def id @id end |
#impressionBeaconUrl ⇒ Object
Returns the value of attribute impressionBeaconUrl.
317 318 319 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 317 def impressionBeaconUrl @impressionBeaconUrl end |
#name ⇒ Object
Returns the value of attribute name.
314 315 316 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 314 def name @name end |
#snippet ⇒ Object
Returns the value of attribute snippet.
316 317 318 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 316 def snippet @snippet end |
#trademarkDisapproved ⇒ Object
Returns the value of attribute trademarkDisapproved.
312 313 314 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 312 def trademarkDisapproved @trademarkDisapproved end |
#url ⇒ Object
Returns the value of attribute url.
308 309 310 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 308 def url @url end |