- geoPoint - AdWords::V200909::GeoLocationService::GeoPoint
- address - AdWords::V200909::GeoLocationService::Address
- encodedLocation - SOAP::SOAPBase64
- geoLocation_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | geoPoint | |
[RW] | address | |
[RW] | encodedLocation | |
[RW] | geoLocation_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200909/GeoLocationService.rb, line 128 def initialize(geoPoint = nil, address = nil, encodedLocation = nil, geoLocation_Type = nil) @geoPoint = geoPoint @address = address @encodedLocation = encodedLocation @geoLocation_Type = geoLocation_Type end