Class: AdwordsApi::V201008::CampaignTargetService::CountryTarget

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



313
314
315
316
317
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 313

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.



311
312
313
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 311

def countryCode
  @countryCode
end

#excludedObject

Returns the value of attribute excluded.



310
311
312
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 310

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



309
310
311
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 309

def target_Type
  @target_Type
end