Class: AdWords::V200909::BulkMutateJobService::CountryTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

CountryTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • countryCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil, countryCode = nil) ⇒ CountryTarget

Returns a new instance of CountryTarget.



3439
3440
3441
3442
3443
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3439

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

Instance Attribute Details

#countryCodeObject

Returns the value of attribute countryCode.



3437
3438
3439
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3437

def countryCode
  @countryCode
end

#excludedObject

Returns the value of attribute excluded.



3436
3437
3438
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3436

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



3435
3436
3437
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3435

def target_Type
  @target_Type
end