Class: AdWords::V201008::AdGroupAdService::MobilePlatformTarget

Inherits:
MobileTarget show all
Defined in:
lib/adwords4r/v201008/AdGroupAdService.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.



797
798
799
800
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 797

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

Instance Attribute Details

#platformNameObject

Returns the value of attribute platformName.



795
796
797
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 795

def platformName
  @platformName
end

#target_TypeObject

Returns the value of attribute target_Type.



794
795
796
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 794

def target_Type
  @target_Type
end