Class: AdWords::V201008::GeoLocationService::InvalidGeoLocation
- Inherits:
-
GeoLocation
- Object
- GeoLocation
- AdWords::V201008::GeoLocationService::InvalidGeoLocation
- 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
-
#address ⇒ Object
Returns the value of attribute address.
-
#encodedLocation ⇒ Object
Returns the value of attribute encodedLocation.
-
#geoLocation_Type ⇒ Object
Returns the value of attribute geoLocation_Type.
-
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
Instance Method Summary collapse
-
#initialize(geoPoint = nil, address = nil, encodedLocation = nil, geoLocation_Type = nil) ⇒ InvalidGeoLocation
constructor
A new instance of InvalidGeoLocation.
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
#address ⇒ Object
Returns the value of attribute address.
124 125 126 |
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 124 def address @address end |
#encodedLocation ⇒ Object
Returns the value of attribute encodedLocation.
125 126 127 |
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 125 def encodedLocation @encodedLocation end |
#geoLocation_Type ⇒ Object
Returns the value of attribute geoLocation_Type.
126 127 128 |
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 126 def geoLocation_Type @geoLocation_Type end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
123 124 125 |
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 123 def geoPoint @geoPoint end |