Class: AdwordsApi::V201003::BulkMutateJobService::RichMediaAd

Inherits:
Ad
  • Object
show all
Defined in:
lib/adwords_api/v201003/BulkMutateJobService.rb

Overview

RichMediaAd abstract

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdwordsApi::V201003::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • name - SOAP::SOAPString

  • dimensions - AdwordsApi::V201003::BulkMutateJobService::Dimensions

  • snippet - SOAP::SOAPString

  • impressionBeaconUrl - SOAP::SOAPString

  • certifiedVendorFormatId - SOAP::SOAPLong

Direct Known Subclasses

ThirdPartyRedirectAd

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



286
287
288
289
290
291
292
293
294
295
296
297
298
299
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 286

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_TypeObject

Returns the value of attribute ad_Type.



279
280
281
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 279

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



276
277
278
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 276

def approvalStatus
  @approvalStatus
end

#certifiedVendorFormatIdObject

Returns the value of attribute certifiedVendorFormatId.



284
285
286
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 284

def certifiedVendorFormatId
  @certifiedVendorFormatId
end

#dimensionsObject

Returns the value of attribute dimensions.



281
282
283
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 281

def dimensions
  @dimensions
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



277
278
279
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 277

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



275
276
277
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 275

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



273
274
275
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 273

def id
  @id
end

#impressionBeaconUrlObject

Returns the value of attribute impressionBeaconUrl.



283
284
285
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 283

def impressionBeaconUrl
  @impressionBeaconUrl
end

#nameObject

Returns the value of attribute name.



280
281
282
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 280

def name
  @name
end

#snippetObject

Returns the value of attribute snippet.



282
283
284
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 282

def snippet
  @snippet
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



278
279
280
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 278

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



274
275
276
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 274

def url
  @url
end