TextAd

Methods
N
Attributes
[RW] id
[RW] url
[RW] displayUrl
[RW] approvalStatus
[RW] disapprovalReasons
[RW] ad_Type
[RW] headline
[RW] description1
[RW] description2
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description1 = nil, description2 = nil)
     # File lib/adwords4r/v200909/BulkMutateJobService.rb, line 304
304:   def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description1 = nil, description2 = nil)
305:     @id = id
306:     @url = url
307:     @displayUrl = displayUrl
308:     @approvalStatus = approvalStatus
309:     @disapprovalReasons = disapprovalReasons
310:     @ad_Type = ad_Type
311:     @headline = headline
312:     @description1 = description1
313:     @description2 = description2
314:   end