Class: AdWords::V201003::BulkMutateJobService::MobilePlatformTarget
- Inherits:
-
MobileTarget
- Object
- Target
- MobileTarget
- AdWords::V201003::BulkMutateJobService::MobilePlatformTarget
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
MobilePlatformTarget
-
target_Type - SOAP::SOAPString
-
platformName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#platformName ⇒ Object
Returns the value of attribute platformName.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, platformName = nil) ⇒ MobilePlatformTarget
constructor
A new instance of MobilePlatformTarget.
Constructor Details
#initialize(target_Type = nil, platformName = nil) ⇒ MobilePlatformTarget
Returns a new instance of MobilePlatformTarget.
4066 4067 4068 4069 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4066 def initialize(target_Type = nil, platformName = nil) @target_Type = target_Type @platformName = platformName end |
Instance Attribute Details
#platformName ⇒ Object
Returns the value of attribute platformName.
4064 4065 4066 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4064 def platformName @platformName end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
4063 4064 4065 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4063 def target_Type @target_Type end |