Class: AdWords::V201008::BulkMutateJobService::ProvinceTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.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.



4518
4519
4520
4521
4522
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4518

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.



4515
4516
4517
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4515

def excluded
  @excluded
end

#provinceCodeObject

Returns the value of attribute provinceCode.



4516
4517
4518
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4516

def provinceCode
  @provinceCode
end

#target_TypeObject

Returns the value of attribute target_Type.



4514
4515
4516
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4514

def target_Type
  @target_Type
end