Class: AdWords::V13::TrafficEstimatorService::GeoTarget

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

Overview

GeoTarget

  • cityTargets - AdWords::V13::TrafficEstimatorService::CityTargets

  • countryTargets - AdWords::V13::TrafficEstimatorService::CountryTargets

  • metroTargets - AdWords::V13::TrafficEstimatorService::MetroTargets

  • proximityTargets - AdWords::V13::TrafficEstimatorService::ProximityTargets

  • regionTargets - AdWords::V13::TrafficEstimatorService::RegionTargets

  • targetAll - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cityTargets = nil, countryTargets = nil, metroTargets = nil, proximityTargets = nil, regionTargets = nil, targetAll = nil) ⇒ GeoTarget

Returns a new instance of GeoTarget.



180
181
182
183
184
185
186
187
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 180

def initialize(cityTargets = nil, countryTargets = nil, metroTargets = nil, proximityTargets = nil, regionTargets = nil, targetAll = nil)
  @cityTargets = cityTargets
  @countryTargets = countryTargets
  @metroTargets = metroTargets
  @proximityTargets = proximityTargets
  @regionTargets = regionTargets
  @targetAll = targetAll
end

Instance Attribute Details

#cityTargetsObject

Returns the value of attribute cityTargets.



173
174
175
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 173

def cityTargets
  @cityTargets
end

#countryTargetsObject

Returns the value of attribute countryTargets.



174
175
176
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 174

def countryTargets
  @countryTargets
end

#metroTargetsObject

Returns the value of attribute metroTargets.



175
176
177
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 175

def metroTargets
  @metroTargets
end

#proximityTargetsObject

Returns the value of attribute proximityTargets.



176
177
178
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 176

def proximityTargets
  @proximityTargets
end

#regionTargetsObject

Returns the value of attribute regionTargets.



177
178
179
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 177

def regionTargets
  @regionTargets
end

#targetAllObject

Returns the value of attribute targetAll.



178
179
180
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 178

def targetAll
  @targetAll
end