Class: AdWords::V200909::TargetingIdeaService::DemographicTarget
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.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.
280 281 282 283 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 280 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.
278 279 280 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 278 def bidModifier @bidModifier end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
277 278 279 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 277 def target_Type @target_Type end |