Class: AdWords::V201008::BulkMutateJobService::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
4489 4490 4491 4492 4493 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4489 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.
4487 4488 4489 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4487 def countryCode @countryCode end |
#excluded ⇒ Object
Returns the value of attribute excluded.
4486 4487 4488 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4486 def excluded @excluded end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
4485 4486 4487 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4485 def target_Type @target_Type end |