Class: AdWords::V201008::TrafficEstimatorService::AgeTarget

Inherits:
DemographicTarget show all
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

Instance Method Summary collapse

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

#ageObject

Returns the value of attribute age.



317
318
319
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 317

def age
  @age
end

#bidModifierObject

Returns the value of attribute bidModifier.



316
317
318
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 316

def bidModifier
  @bidModifier
end

#target_TypeObject

Returns the value of attribute target_Type.



315
316
317
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 315

def target_Type
  @target_Type
end