Class: AdwordsApi::V201008::TrafficEstimatorService::ProvinceTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords_api/v201008/TrafficEstimatorService.rb

Overview

ProvinceTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • provinceCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil, provinceCode = nil) ⇒ ProvinceTarget

Returns a new instance of ProvinceTarget.



1179
1180
1181
1182
1183
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1179

def initialize(target_Type = nil, excluded = nil, provinceCode = nil)
  @target_Type = target_Type
  @excluded = excluded
  @provinceCode = provinceCode
end

Instance Attribute Details

#excludedObject

Returns the value of attribute excluded.



1176
1177
1178
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1176

def excluded
  @excluded
end

#provinceCodeObject

Returns the value of attribute provinceCode.



1177
1178
1179
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1177

def provinceCode
  @provinceCode
end

#target_TypeObject

Returns the value of attribute target_Type.



1175
1176
1177
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1175

def target_Type
  @target_Type
end