Class: AdWords::V200909::CampaignTargetService::ProvinceTarget
Overview
ProvinceTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
provinceCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil, provinceCode = nil) ⇒ ProvinceTarget
constructor
A new instance of ProvinceTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil, provinceCode = nil) ⇒ ProvinceTarget
Returns a new instance of ProvinceTarget.
315 316 317 318 319 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 315 def initialize(target_Type = nil, excluded = nil, provinceCode = nil) @target_Type = target_Type @excluded = excluded @provinceCode = provinceCode end |
Instance Attribute Details
#excluded ⇒ Object
Returns the value of attribute excluded.
312 313 314 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 312 def excluded @excluded end |
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
313 314 315 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 313 def provinceCode @provinceCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
311 312 313 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 311 def target_Type @target_Type end |