Class: AdWords::V200909::BulkMutateJobService::MobileImageAd

Inherits:
Ad
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

MobileImageAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • ad_Type - SOAP::SOAPString

  • markupLanguages - AdWords::V200909::BulkMutateJobService::MarkupLanguageType

  • mobileCarriers - SOAP::SOAPString

  • image - AdWords::V200909::BulkMutateJobService::Image

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd

Returns a new instance of MobileImageAd.



227
228
229
230
231
232
233
234
235
236
237
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 227

def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil)
  @id = id
  @url = url
  @displayUrl = displayUrl
  @approvalStatus = approvalStatus
  @disapprovalReasons = disapprovalReasons
  @ad_Type = ad_Type
  @markupLanguages = markupLanguages
  @mobileCarriers = mobileCarriers
  @image = image
end

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



222
223
224
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 222

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



220
221
222
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 220

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



221
222
223
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 221

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



219
220
221
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 219

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



217
218
219
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 217

def id
  @id
end

#imageObject

Returns the value of attribute image.



225
226
227
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 225

def image
  @image
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



223
224
225
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 223

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



224
225
226
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 224

def mobileCarriers
  @mobileCarriers
end

#urlObject

Returns the value of attribute url.



218
219
220
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 218

def url
  @url
end