Class: AdWords::V200909::GeoLocationService::GeoLocation
- Inherits:
-
Object
- Object
- AdWords::V200909::GeoLocationService::GeoLocation
- 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
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) ⇒ GeoLocation
constructor
A new instance of GeoLocation.
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
#address ⇒ Object
Returns the value of attribute address.
105 106 107 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 105 def address @address end |
#encodedLocation ⇒ Object
Returns the value of attribute encodedLocation.
106 107 108 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 106 def encodedLocation @encodedLocation end |
#geoLocation_Type ⇒ Object
Returns the value of attribute geoLocation_Type.
107 108 109 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 107 def geoLocation_Type @geoLocation_Type end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
104 105 106 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 104 def geoPoint @geoPoint end |