- 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 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description1 = nil, description2 = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @ad_Type = ad_Type @headline = headline @description1 = description1 @description2 = description2 end