Class: AdWords::V201008::TargetingIdeaService::PlatformTarget
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
PlatformTarget
-
target_Type - SOAP::SOAPString
-
platformType - AdWords::V201008::TargetingIdeaService::PlatformType
Instance Attribute Summary collapse
-
#platformType ⇒ Object
Returns the value of attribute platformType.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, platformType = nil) ⇒ PlatformTarget
constructor
A new instance of PlatformTarget.
Constructor Details
#initialize(target_Type = nil, platformType = nil) ⇒ PlatformTarget
Returns a new instance of PlatformTarget.
329 330 331 332 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 329 def initialize(target_Type = nil, platformType = nil) @target_Type = target_Type @platformType = platformType end |
Instance Attribute Details
#platformType ⇒ Object
Returns the value of attribute platformType.
327 328 329 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 327 def platformType @platformType end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
326 327 328 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 326 def target_Type @target_Type end |