Class: AdWords::V201003::TargetingIdeaService::DemographicTarget
- Defined in:
- lib/adwords4r/v201003/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.
317 318 319 320 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 317 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.
315 316 317 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 315 def bidModifier @bidModifier end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
314 315 316 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 314 def target_Type @target_Type end |