MobileImageAd

Methods
N
Attributes
[RW] id
[RW] url
[RW] displayUrl
[RW] approvalStatus
[RW] disapprovalReasons
[RW] trademarkDisapproved
[RW] ad_Type
[RW] markupLanguages
[RW] mobileCarriers
[RW] image
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil)
     # File lib/adwords4r/v201003/BulkMutateJobService.rb, line 244
244:   def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], trademarkDisapproved = nil, ad_Type = nil, markupLanguages = [], mobileCarriers = [], image = nil)
245:     @id = id
246:     @url = url
247:     @displayUrl = displayUrl
248:     @approvalStatus = approvalStatus
249:     @disapprovalReasons = disapprovalReasons
250:     @trademarkDisapproved = trademarkDisapproved
251:     @ad_Type = ad_Type
252:     @markupLanguages = markupLanguages
253:     @mobileCarriers = mobileCarriers
254:     @image = image
255:   end