Class: AdWords::V201008::TrafficEstimatorService::MobileTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords4r/v201008/TrafficEstimatorService.rb

Overview

MobileTarget abstract

  • target_Type - SOAP::SOAPString

Direct Known Subclasses

MobileCarrierTarget, MobilePlatformTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute target_Type.



234
235
236
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 234

def target_Type
  @target_Type
end