Class: AdWords::V13::TrafficEstimatorService::CountryTargets

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

Overview

CountryTargets

  • countries - SOAP::SOAPString

  • excludedCountries - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#countriesObject

Returns the value of attribute countries.



156
157
158
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 156

def countries
  @countries
end

#excludedCountriesObject

Returns the value of attribute excludedCountries.



157
158
159
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 157

def excludedCountries
  @excludedCountries
end