Class: AdWords::V201008::CampaignTargetService::MobilePlatformTarget

Inherits:
MobileTarget
  • Object
show all
Defined in:
lib/adwords4r/v201008/CampaignTargetService.rb

Overview

MobilePlatformTarget

  • target_Type - SOAP::SOAPString

  • platformName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, platformName = nil) ⇒ MobilePlatformTarget

Returns a new instance of MobilePlatformTarget.



184
185
186
187
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 184

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

Instance Attribute Details

#platformNameObject

Returns the value of attribute platformName.



182
183
184
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 182

def platformName
  @platformName
end

#target_TypeObject

Returns the value of attribute target_Type.



181
182
183
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 181

def target_Type
  @target_Type
end