Class: AdwordsApi::V201008::TrafficEstimatorService::PlatformTarget

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

Overview

PlatformTarget

  • target_Type - SOAP::SOAPString

  • platformType - AdwordsApi::V201008::TrafficEstimatorService::PlatformType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, platformType = nil) ⇒ PlatformTarget

Returns a new instance of PlatformTarget.



1287
1288
1289
1290
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1287

def initialize(target_Type = nil, platformType = nil)
  @target_Type = target_Type
  @platformType = platformType
end

Instance Attribute Details

#platformTypeObject

Returns the value of attribute platformType.



1285
1286
1287
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1285

def platformType
  @platformType
end

#target_TypeObject

Returns the value of attribute target_Type.



1284
1285
1286
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1284

def target_Type
  @target_Type
end