Class: AdWords::V201003::GeoLocationService::InvalidGeoLocation

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

Overview

InvalidGeoLocation

  • geoPoint - AdWords::V201003::GeoLocationService::GeoPoint

  • address - AdWords::V201003::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.



125
126
127
128
129
130
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 125

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.



121
122
123
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 121

def address
  @address
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



122
123
124
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 122

def encodedLocation
  @encodedLocation
end

#geoLocation_TypeObject

Returns the value of attribute geoLocation_Type.



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

def geoLocation_Type
  @geoLocation_Type
end

#geoPointObject

Returns the value of attribute geoPoint.



120
121
122
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 120

def geoPoint
  @geoPoint
end