- adGroupId - SOAP::SOAPLong
- adType - AdWords::V13::AdService::AdType
- destinationUrl - SOAP::SOAPString
- disapproved - SOAP::SOAPBoolean
- displayUrl - SOAP::SOAPString
- exemptionRequest - SOAP::SOAPString
- id - SOAP::SOAPLong
- status - AdWords::V13::AdService::AdStatus
- address - SOAP::SOAPString
- businessImage - AdWords::V13::AdService::Image
- businessKey - SOAP::SOAPString
- businessName - SOAP::SOAPString
- city - SOAP::SOAPString
- countryCode - SOAP::SOAPString
- customIcon - AdWords::V13::AdService::Image
- customIconId - SOAP::SOAPLong
- description1 - SOAP::SOAPString
- description2 - SOAP::SOAPString
- fullBusinessName - SOAP::SOAPString
- latitude - SOAP::SOAPInt
- longitude - SOAP::SOAPInt
- phoneNumber - SOAP::SOAPString
- postalCode - SOAP::SOAPString
- region - SOAP::SOAPString
- stockIcon - AdWords::V13::AdService::StockIcon
- targetRadiusInKm - SOAP::SOAPDouble
Methods
- N
Attributes
[RW] | adGroupId | |
[RW] | adType | |
[RW] | destinationUrl | |
[RW] | disapproved | |
[RW] | displayUrl | |
[RW] | exemptionRequest | |
[RW] | id | |
[RW] | status | |
[RW] | address | |
[RW] | businessImage | |
[RW] | businessKey | |
[RW] | businessName | |
[RW] | city | |
[RW] | countryCode | |
[RW] | customIcon | |
[RW] | customIconId | |
[RW] | description1 | |
[RW] | description2 | |
[RW] | fullBusinessName | |
[RW] | latitude | |
[RW] | longitude | |
[RW] | phoneNumber | |
[RW] | postalCode | |
[RW] | region | |
[RW] | stockIcon | |
[RW] | targetRadiusInKm |
Class Public methods
new(adGroupId = nil, adType = nil, destinationUrl = nil, disapproved = nil, displayUrl = nil, exemptionRequest = nil, id = nil, status = nil, address = nil, businessImage = nil, businessKey = nil, businessName = nil, city = nil, countryCode = nil, customIcon = nil, customIconId = nil, description1 = nil, description2 = nil, fullBusinessName = nil, latitude = nil, longitude = nil, phoneNumber = nil, postalCode = nil, region = nil, stockIcon = nil, targetRadiusInKm = nil)
Source: show
# File lib/adwords4r/v13/AdService.rb, line 179 def initialize(adGroupId = nil, adType = nil, destinationUrl = nil, disapproved = nil, displayUrl = nil, exemptionRequest = nil, id = nil, status = nil, address = nil, businessImage = nil, businessKey = nil, businessName = nil, city = nil, countryCode = nil, customIcon = nil, customIconId = nil, description1 = nil, description2 = nil, fullBusinessName = nil, latitude = nil, longitude = nil, phoneNumber = nil, postalCode = nil, region = nil, stockIcon = nil, targetRadiusInKm = nil) @adGroupId = adGroupId @adType = adType @destinationUrl = destinationUrl @disapproved = disapproved @displayUrl = displayUrl @exemptionRequest = exemptionRequest @id = id @status = status @address = address @businessImage = businessImage @businessKey = businessKey @businessName = businessName @city = city @countryCode = countryCode @customIcon = customIcon @customIconId = customIconId @description1 = description1 @description2 = description2 @fullBusinessName = fullBusinessName @latitude = latitude @longitude = longitude @phoneNumber = phoneNumber @postalCode = postalCode @region = region @stockIcon = stockIcon @targetRadiusInKm = targetRadiusInKm end