id - SOAP::SOAPLong
url - SOAP::SOAPString
displayUrl - SOAP::SOAPString
approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus
disapprovalReasons - SOAP::SOAPString
ad_Type - SOAP::SOAPString
headline - SOAP::SOAPString
description1 - SOAP::SOAPString
description2 - SOAP::SOAPString
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)
Source: show
# 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