Class: AdWords::V201008::GeoLocationService::Get
- Inherits:
-
Object
- Object
- AdWords::V201008::GeoLocationService::Get
- Defined in:
- lib/adwords4r/v201008/GeoLocationService.rb
Overview
get
-
selector - AdWords::V201008::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.
673 674 675 |
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 673 def initialize(selector = nil) @selector = selector end |
Instance Attribute Details
#selector ⇒ Object
:nodoc: all
671 672 673 |
# File 'lib/adwords4r/v201008/GeoLocationService.rb', line 671 def selector @selector end |