Class: AdWords::V201008::TrafficEstimatorService::MobileCarrierTarget

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

Overview

MobileCarrierTarget

  • target_Type - SOAP::SOAPString

  • carrierName - SOAP::SOAPString

  • countryCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, carrierName = nil, countryCode = nil) ⇒ MobileCarrierTarget

Returns a new instance of MobileCarrierTarget.



250
251
252
253
254
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 250

def initialize(target_Type = nil, carrierName = nil, countryCode = nil)
  @target_Type = target_Type
  @carrierName = carrierName
  @countryCode = countryCode
end

Instance Attribute Details

#carrierNameObject

Returns the value of attribute carrierName.



247
248
249
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 247

def carrierName
  @carrierName
end

#countryCodeObject

Returns the value of attribute countryCode.



248
249
250
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 248

def countryCode
  @countryCode
end

#target_TypeObject

Returns the value of attribute target_Type.



246
247
248
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 246

def target_Type
  @target_Type
end