Class: AdWords::V201008::BulkMutateJobService::MobileImageAd

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

Overview

MobileImageAd

  • id - SOAP::SOAPLong

  • url - SOAP::SOAPString

  • displayUrl - SOAP::SOAPString

  • approvalStatus - AdWords::V201008::BulkMutateJobService::AdApprovalStatus

  • disapprovalReasons - SOAP::SOAPString

  • trademarkDisapproved - SOAP::SOAPBoolean

  • ad_Type - SOAP::SOAPString

  • markupLanguages - AdWords::V201008::BulkMutateJobService::MarkupLanguageType

  • mobileCarriers - SOAP::SOAPString

  • image - AdWords::V201008::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.



247
248
249
250
251
252
253
254
255
256
257
258
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 247

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.



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

def ad_Type
  @ad_Type
end

#approvalStatusObject

Returns the value of attribute approvalStatus.



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

def approvalStatus
  @approvalStatus
end

#disapprovalReasonsObject

Returns the value of attribute disapprovalReasons.



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

def disapprovalReasons
  @disapprovalReasons
end

#displayUrlObject

Returns the value of attribute displayUrl.



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

def displayUrl
  @displayUrl
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#imageObject

Returns the value of attribute image.



245
246
247
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 245

def image
  @image
end

#markupLanguagesObject

Returns the value of attribute markupLanguages.



243
244
245
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 243

def markupLanguages
  @markupLanguages
end

#mobileCarriersObject

Returns the value of attribute mobileCarriers.



244
245
246
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 244

def mobileCarriers
  @mobileCarriers
end

#trademarkDisapprovedObject

Returns the value of attribute trademarkDisapproved.



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

def trademarkDisapproved
  @trademarkDisapproved
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end