- id - SOAP::SOAPLong
- url - SOAP::SOAPString
- displayUrl - SOAP::SOAPString
- approvalStatus - AdWords::V200909::AdGroupAdService::AdApprovalStatus
- disapprovalReasons - SOAP::SOAPString
- ad_Type - SOAP::SOAPString
- fullBusinessName - SOAP::SOAPString
- phoneNumber - SOAP::SOAPString
- streetAddress - SOAP::SOAPString
- city - SOAP::SOAPString
- region - SOAP::SOAPString
- regionCode - SOAP::SOAPString
- postalCode - SOAP::SOAPString
- countryCode - SOAP::SOAPString
- businessName - SOAP::SOAPString
- description1 - SOAP::SOAPString
- description2 - SOAP::SOAPString
- target - AdWords::V200909::AdGroupAdService::ProximityTarget
- businessImage - AdWords::V200909::AdGroupAdService::Image
- icon - AdWords::V200909::AdGroupAdService::Image
Methods
- N
Attributes
[RW] | id | |
[RW] | url | |
[RW] | displayUrl | |
[RW] | approvalStatus | |
[RW] | disapprovalReasons | |
[RW] | ad_Type | |
[RW] | fullBusinessName | |
[RW] | phoneNumber | |
[RW] | streetAddress | |
[RW] | city | |
[RW] | region | |
[RW] | regionCode | |
[RW] | postalCode | |
[RW] | countryCode | |
[RW] | businessName | |
[RW] | description1 | |
[RW] | description2 | |
[RW] | target | |
[RW] | businessImage | |
[RW] | icon |
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, fullBusinessName = nil, phoneNumber = nil, streetAddress = nil, city = nil, region = nil, regionCode = nil, postalCode = nil, countryCode = nil, businessName = nil, description1 = nil, description2 = nil, target = nil, businessImage = nil, icon = nil)
Source: show
# File lib/adwords4r/v200909/AdGroupAdService.rb, line 1865 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, fullBusinessName = nil, phoneNumber = nil, streetAddress = nil, city = nil, region = nil, regionCode = nil, postalCode = nil, countryCode = nil, businessName = nil, description1 = nil, description2 = nil, target = nil, businessImage = nil, icon = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @ad_Type = ad_Type @fullBusinessName = fullBusinessName @phoneNumber = phoneNumber @streetAddress = streetAddress @city = city @region = region @regionCode = regionCode @postalCode = postalCode @countryCode = countryCode @businessName = businessName @description1 = description1 @description2 = description2 @target = target @businessImage = businessImage @icon = icon end