MobilePlatformTarget

  • target_Type - SOAP::SOAPString
  • platformName - SOAP::SOAPString
Methods
N
Attributes
[RW] target_Type
[RW] platformName
Class Public methods
new(target_Type = nil, platformName = nil)
# File lib/adwords4r/v201003/TargetingIdeaService.rb, line 277
  def initialize(target_Type = nil, platformName = nil)
    @target_Type = target_Type
    @platformName = platformName
  end