Class: AdWords::V200909::BulkMutateJobService::DemographicTarget
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
DemographicTarget abstract
-
target_Type - SOAP::SOAPString
-
bidModifier - SOAP::SOAPInt
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bidModifier ⇒ Object
Returns the value of attribute bidModifier.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, bidModifier = nil) ⇒ DemographicTarget
constructor
A new instance of DemographicTarget.
Constructor Details
#initialize(target_Type = nil, bidModifier = nil) ⇒ DemographicTarget
Returns a new instance of DemographicTarget.
3356 3357 3358 3359 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3356 def initialize(target_Type = nil, bidModifier = nil) @target_Type = target_Type @bidModifier = bidModifier end |
Instance Attribute Details
#bidModifier ⇒ Object
Returns the value of attribute bidModifier.
3354 3355 3356 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3354 def bidModifier @bidModifier end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
3353 3354 3355 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3353 def target_Type @target_Type end |