Class: AdwordsApi::V201101::CampaignTargetService::PlatformTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords_api/v201101/CampaignTargetService.rb

Overview

PlatformTarget

  • target_Type - SOAP::SOAPString

  • platformType - AdwordsApi::V201101::CampaignTargetService::PlatformType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PlatformTarget.



203
204
205
206
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 203

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

Instance Attribute Details

#platformTypeObject

Returns the value of attribute platformType.



201
202
203
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 201

def platformType
  @platformType
end

#target_TypeObject

Returns the value of attribute target_Type.



200
201
202
# File 'lib/adwords_api/v201101/CampaignTargetService.rb', line 200

def target_Type
  @target_Type
end