Class: AdWords::V201003::BulkMutateJobService::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.
3984 3985 3986 3987 3988 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3984 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.
3981 3982 3983 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3981 def excluded @excluded end |
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
3982 3983 3984 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3982 def provinceCode @provinceCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
3980 3981 3982 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3980 def target_Type @target_Type end |