Class: AdWords::V13::TrafficEstimatorService::GeoTarget
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::GeoTarget
- 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
-
#cityTargets ⇒ Object
Returns the value of attribute cityTargets.
-
#countryTargets ⇒ Object
Returns the value of attribute countryTargets.
-
#metroTargets ⇒ Object
Returns the value of attribute metroTargets.
-
#proximityTargets ⇒ Object
Returns the value of attribute proximityTargets.
-
#regionTargets ⇒ Object
Returns the value of attribute regionTargets.
-
#targetAll ⇒ Object
Returns the value of attribute targetAll.
Instance Method Summary collapse
-
#initialize(cityTargets = nil, countryTargets = nil, metroTargets = nil, proximityTargets = nil, regionTargets = nil, targetAll = nil) ⇒ GeoTarget
constructor
A new instance of GeoTarget.
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
#cityTargets ⇒ Object
Returns the value of attribute cityTargets.
173 174 175 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 173 def cityTargets @cityTargets end |
#countryTargets ⇒ Object
Returns the value of attribute countryTargets.
174 175 176 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 174 def countryTargets @countryTargets end |
#metroTargets ⇒ Object
Returns the value of attribute metroTargets.
175 176 177 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 175 def metroTargets @metroTargets end |
#proximityTargets ⇒ Object
Returns the value of attribute proximityTargets.
176 177 178 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 176 def proximityTargets @proximityTargets end |
#regionTargets ⇒ Object
Returns the value of attribute regionTargets.
177 178 179 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 177 def regionTargets @regionTargets end |
#targetAll ⇒ Object
Returns the value of attribute targetAll.
178 179 180 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 178 def targetAll @targetAll end |