Class: AdWords::V201008::TrafficEstimatorService::DemographicTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords4r/v201008/TrafficEstimatorService.rb

Overview

DemographicTarget abstract

  • target_Type - SOAP::SOAPString

  • bidModifier - SOAP::SOAPInt

Direct Known Subclasses

AgeTarget, GenderTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#bidModifierObject

Returns the value of attribute bidModifier.



302
303
304
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 302

def bidModifier
  @bidModifier
end

#target_TypeObject

Returns the value of attribute target_Type.



301
302
303
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 301

def target_Type
  @target_Type
end