Class: AdWords::V13::TrafficEstimatorService::CountryTargets
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::CountryTargets
- Defined in:
- lib/adwords4r/v13/TrafficEstimatorService.rb
Overview
CountryTargets
-
countries - SOAP::SOAPString
-
excludedCountries - SOAP::SOAPString
Instance Attribute Summary collapse
-
#countries ⇒ Object
Returns the value of attribute countries.
-
#excludedCountries ⇒ Object
Returns the value of attribute excludedCountries.
Instance Method Summary collapse
-
#initialize(countries = [], excludedCountries = []) ⇒ CountryTargets
constructor
A new instance of CountryTargets.
Constructor Details
#initialize(countries = [], excludedCountries = []) ⇒ CountryTargets
159 160 161 162 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 159 def initialize(countries = [], excludedCountries = []) @countries = countries @excludedCountries = excludedCountries end |
Instance Attribute Details
#countries ⇒ Object
Returns the value of attribute countries.
156 157 158 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 156 def countries @countries end |
#excludedCountries ⇒ Object
Returns the value of attribute excludedCountries.
157 158 159 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 157 def excludedCountries @excludedCountries end |