Class: AdWords::V201008::TrafficEstimatorService::DemographicTarget
- Inherits:
-
Target
- Object
- Target
- AdWords::V201008::TrafficEstimatorService::DemographicTarget
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.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.
304 305 306 307 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 304 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.
302 303 304 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 302 def bidModifier @bidModifier end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
301 302 303 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 301 def target_Type @target_Type end |