Class: AdWords::V201008::TrafficEstimatorService::AgeTarget
- Inherits:
-
DemographicTarget
- Object
- Target
- DemographicTarget
- AdWords::V201008::TrafficEstimatorService::AgeTarget
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.rb
Overview
AgeTarget
-
target_Type - SOAP::SOAPString
-
bidModifier - SOAP::SOAPInt
-
age - AdWords::V201008::TrafficEstimatorService::AgeTargetAge
Instance Attribute Summary collapse
-
#age ⇒ Object
Returns the value of attribute age.
-
#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, age = nil) ⇒ AgeTarget
constructor
A new instance of AgeTarget.
Constructor Details
#initialize(target_Type = nil, bidModifier = nil, age = nil) ⇒ AgeTarget
Returns a new instance of AgeTarget.
319 320 321 322 323 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 319 def initialize(target_Type = nil, bidModifier = nil, age = nil) @target_Type = target_Type @bidModifier = bidModifier @age = age end |
Instance Attribute Details
#age ⇒ Object
Returns the value of attribute age.
317 318 319 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 317 def age @age end |
#bidModifier ⇒ Object
Returns the value of attribute bidModifier.
316 317 318 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 316 def bidModifier @bidModifier end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
315 316 317 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 315 def target_Type @target_Type end |