Class: AdWords::V201008::TrafficEstimatorService::Get
- Inherits:
-
Object
- Object
- AdWords::V201008::TrafficEstimatorService::Get
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.rb
Overview
get
-
selector - AdWords::V201008::TrafficEstimatorService::TrafficEstimatorSelector
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.
1786 1787 1788 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1786 def initialize(selector = nil) @selector = selector end |
Instance Attribute Details
#selector ⇒ Object
:nodoc: all
1784 1785 1786 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1784 def selector @selector end |