Class: AdWords::V201003::TargetingIdeaService::PlatformTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords4r/v201003/TargetingIdeaService.rb

Overview

PlatformTarget

  • target_Type - SOAP::SOAPString

  • platformType - AdWords::V201003::TargetingIdeaService::PlatformType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PlatformTarget.



303
304
305
306
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 303

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

Instance Attribute Details

#platformTypeObject

Returns the value of attribute platformType.



301
302
303
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 301

def platformType
  @platformType
end

#target_TypeObject

Returns the value of attribute target_Type.



300
301
302
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 300

def target_Type
  @target_Type
end