id - SOAP::SOAPLong
url - SOAP::SOAPString
displayUrl - SOAP::SOAPString
approvalStatus - AdWords::V201003::BulkMutateJobService::AdApprovalStatus
disapprovalReasons - SOAP::SOAPString
trademarkDisapproved - SOAP::SOAPBoolean
ad_Type - SOAP::SOAPString
markupLanguages - AdWords::V201003::BulkMutateJobService::MarkupLanguageType
mobileCarriers - SOAP::SOAPString
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)
Source: show
# 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