Class: AdWords::V200909::CampaignTargetService::CountryTarget
Overview
CountryTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
countryCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil, countryCode = nil) ⇒ CountryTarget
constructor
A new instance of CountryTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil, countryCode = nil) ⇒ CountryTarget
Returns a new instance of CountryTarget.
267 268 269 270 271 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 267 def initialize(target_Type = nil, excluded = nil, countryCode = nil) @target_Type = target_Type @excluded = excluded @countryCode = countryCode end |
Instance Attribute Details
#countryCode ⇒ Object
Returns the value of attribute countryCode.
265 266 267 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 265 def countryCode @countryCode end |
#excluded ⇒ Object
Returns the value of attribute excluded.
264 265 266 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 264 def excluded @excluded end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
263 264 265 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 263 def target_Type @target_Type end |