Class: AdWords::V200909::GeoLocationService::GeoPoint

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

Overview

GeoPoint

  • latitudeInMicroDegrees - SOAP::SOAPInt

  • longitudeInMicroDegrees - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#latitudeInMicroDegreesObject

Returns the value of attribute latitudeInMicroDegrees.



42
43
44
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 42

def latitudeInMicroDegrees
  @latitudeInMicroDegrees
end

#longitudeInMicroDegreesObject

Returns the value of attribute longitudeInMicroDegrees.



43
44
45
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 43

def longitudeInMicroDegrees
  @longitudeInMicroDegrees
end