Class: AdWords::V201008::GeoLocationService::InvalidGeoLocation

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

Overview

InvalidGeoLocation

  • geoPoint - AdWords::V201008::GeoLocationService::GeoPoint

  • address - AdWords::V201008::GeoLocationService::Address

  • encodedLocation - SOAP::SOAPBase64

  • geoLocation_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidGeoLocation.



128
129
130
131
132
133
# File 'lib/adwords4r/v201008/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

Instance Attribute Details

#addressObject

Returns the value of attribute address.



124
125
126
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 124

def address
  @address
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



125
126
127
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 125

def encodedLocation
  @encodedLocation
end

#geoLocation_TypeObject

Returns the value of attribute geoLocation_Type.



126
127
128
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 126

def geoLocation_Type
  @geoLocation_Type
end

#geoPointObject

Returns the value of attribute geoPoint.



123
124
125
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 123

def geoPoint
  @geoPoint
end