Class: AdWords::V200909::GeoLocationService::Get
- Inherits:
-
Object
- Object
- AdWords::V200909::GeoLocationService::Get
- Defined in:
- lib/adwords4r/v200909/GeoLocationService.rb
Overview
get
-
selector - AdWords::V200909::GeoLocationService::GeoLocationSelector
Instance Attribute Summary collapse
-
#selector ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(selector = nil) ⇒ Get
constructor
A new instance of Get.
Constructor Details
#initialize(selector = nil) ⇒ Get
Returns a new instance of Get.
589 590 591 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 589 def initialize(selector = nil) @selector = selector end |
Instance Attribute Details
#selector ⇒ Object
:nodoc: all
587 588 589 |
# File 'lib/adwords4r/v200909/GeoLocationService.rb', line 587 def selector @selector end |