Class: AdWords::V201008::TrafficEstimatorService::MobileTarget
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.rb
Overview
MobileTarget abstract
-
target_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil) ⇒ MobileTarget
constructor
A new instance of MobileTarget.
Constructor Details
#initialize(target_Type = nil) ⇒ MobileTarget
Returns a new instance of MobileTarget.
236 237 238 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 236 def initialize(target_Type = nil) @target_Type = target_Type end |
Instance Attribute Details
#target_Type ⇒ Object
Returns the value of attribute target_Type.
234 235 236 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 234 def target_Type @target_Type end |