Class: AdWords::V200909::GeoLocationService::GeoLocation

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/GeoLocationService.rb

Overview

GeoLocation

  • geoPoint - AdWords::V200909::GeoLocationService::GeoPoint

  • address - AdWords::V200909::GeoLocationService::Address

  • encodedLocation - SOAP::SOAPBase64

  • geoLocation_Type - SOAP::SOAPString

Direct Known Subclasses

InvalidGeoLocation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(geoPoint = nil, address = nil, encodedLocation = nil, geoLocation_Type = nil) ⇒ GeoLocation

Returns a new instance of GeoLocation.



109
110
111
112
113
114
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 109

def initialize(geoPoint = nil, address = nil, encodedLocation = nil, geoLocation_Type = nil)
  @geoPoint = geoPoint
  @address = address
  @encodedLocation = encodedLocation
  @geoLocation_Type = geoLocation_Type
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



105
106
107
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 105

def address
  @address
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



106
107
108
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 106

def encodedLocation
  @encodedLocation
end

#geoLocation_TypeObject

Returns the value of attribute geoLocation_Type.



107
108
109
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 107

def geoLocation_Type
  @geoLocation_Type
end

#geoPointObject

Returns the value of attribute geoPoint.



104
105
106
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 104

def geoPoint
  @geoPoint
end