Class: AdWords::V201003::AdGroupAdService::PlatformTarget
- Defined in:
- lib/adwords4r/v201003/AdGroupAdService.rb
Overview
PlatformTarget
-
target_Type - SOAP::SOAPString
-
platformType - AdWords::V201003::AdGroupAdService::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.
818 819 820 821 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 818 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.
816 817 818 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 816 def platformType @platformType end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
815 816 817 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 815 def target_Type @target_Type end |