Class: AdWords::V201003::BulkMutateJobService::MobileImageAd

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

Overview

MobileImageAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201003::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • markupLanguages - AdWords::V201003::BulkMutateJobService::MarkupLanguageType

  • mobileCarriers - SOAP::SOAPString

  • image - AdWords::V201003::BulkMutateJobService::Image

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, markupLanguages = [], mobileCarriers = [], image = nil) ⇒ MobileImageAd

Returns a new instance of MobileImageAd.



244
245
246
247
248
249
250
251
252
253
254
255
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 244

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

Instance Attribute Details

#ad_TypeObject

Returns the value of attribute ad_Type.



239
240
241
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 239

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



236
237
238
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 236

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



237
238
239
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 237

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



235
236
237
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 235

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



233
234
235
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 233

def id
  @id
end

#imageObject

Returns the value of attribute image.



242
243
244
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 242

def image
  @image
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



240
241
242
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 240

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



241
242
243
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 241

def mobileCarriers
  @mobileCarriers
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



238
239
240
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 238

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



234
235
236
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 234

def url
  @url
end