Class: AdWords::V200909::GeoLocationService::GeoPoint
- Inherits:
-
Object
- Object
- AdWords::V200909::GeoLocationService::GeoPoint
- Defined in:
- lib/adwords4r/v200909/GeoLocationService.rb
Overview
GeoPoint
-
latitudeInMicroDegrees - SOAP::SOAPInt
-
longitudeInMicroDegrees - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#latitudeInMicroDegrees ⇒ Object
Returns the value of attribute latitudeInMicroDegrees.
-
#longitudeInMicroDegrees ⇒ Object
Returns the value of attribute longitudeInMicroDegrees.
Instance Method Summary collapse
-
#initialize(latitudeInMicroDegrees = nil, longitudeInMicroDegrees = nil) ⇒ GeoPoint
constructor
A new instance of GeoPoint.
Constructor Details
#initialize(latitudeInMicroDegrees = nil, longitudeInMicroDegrees = nil) ⇒ GeoPoint
Returns a new instance of GeoPoint.
45 46 47 48 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 45 def initialize(latitudeInMicroDegrees = nil, longitudeInMicroDegrees = nil) @latitudeInMicroDegrees = latitudeInMicroDegrees @longitudeInMicroDegrees = longitudeInMicroDegrees end |
Instance Attribute Details
#latitudeInMicroDegrees ⇒ Object
Returns the value of attribute latitudeInMicroDegrees.
42 43 44 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 42 def latitudeInMicroDegrees @latitudeInMicroDegrees end |
#longitudeInMicroDegrees ⇒ Object
Returns the value of attribute longitudeInMicroDegrees.
43 44 45 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 43 def longitudeInMicroDegrees @longitudeInMicroDegrees end |