Class: AdWords::V13::TrafficEstimatorService::MetroTargets

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/TrafficEstimatorService.rb

Overview

MetroTargets

  • excludedMetros - SOAP::SOAPString

  • metros - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#excludedMetrosObject

Returns the value of attribute excludedMetros.



264
265
266
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 264

def excludedMetros
  @excludedMetros
end

#metrosObject

Returns the value of attribute metros.



265
266
267
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 265

def metros
  @metros
end