Class: AdWords::V201008::BulkMutateJobService::MobilePlatformTarget

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



4619
4620
4621
4622
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4619

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

Instance Attribute Details

#platformNameObject

Returns the value of attribute platformName.



4617
4618
4619
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4617

def platformName
  @platformName
end

#target_TypeObject

Returns the value of attribute target_Type.



4616
4617
4618
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4616

def target_Type
  @target_Type
end