Class: AdWords::V201003::GeoLocationService::InvalidGeoLocation
- Inherits:
-
GeoLocation
- Object
- GeoLocation
- AdWords::V201003::GeoLocationService::InvalidGeoLocation
- 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
-
#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.
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
#address ⇒ Object
Returns the value of attribute address.
121 122 123 |
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 121 def address @address end |
#encodedLocation ⇒ Object
Returns the value of attribute encodedLocation.
122 123 124 |
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 122 def encodedLocation @encodedLocation end |
#geoLocation_Type ⇒ Object
Returns the value of attribute geoLocation_Type.
123 124 125 |
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 123 def geoLocation_Type @geoLocation_Type end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
120 121 122 |
# File 'lib/adwords4r/v201003/GeoLocationService.rb', line 120 def geoPoint @geoPoint end |