Class: AdWords::V13::TrafficEstimatorService::MetroTargets
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::MetroTargets
- Defined in:
- lib/adwords4r/v13/TrafficEstimatorService.rb
Overview
MetroTargets
-
excludedMetros - SOAP::SOAPString
-
metros - SOAP::SOAPString
Instance Attribute Summary collapse
-
#excludedMetros ⇒ Object
Returns the value of attribute excludedMetros.
-
#metros ⇒ Object
Returns the value of attribute metros.
Instance Method Summary collapse
-
#initialize(excludedMetros = [], metros = []) ⇒ MetroTargets
constructor
A new instance of MetroTargets.
Constructor Details
#initialize(excludedMetros = [], metros = []) ⇒ MetroTargets
Returns a new instance of MetroTargets.
267 268 269 270 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 267 def initialize(excludedMetros = [], metros = []) @excludedMetros = excludedMetros @metros = metros end |
Instance Attribute Details
#excludedMetros ⇒ Object
Returns the value of attribute excludedMetros.
264 265 266 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 264 def excludedMetros @excludedMetros end |
#metros ⇒ Object
Returns the value of attribute metros.
265 266 267 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 265 def metros @metros end |