Class: AdWords::V201008::BulkMutateJobService::MobileCarrierTarget

Inherits:
MobileTarget show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.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.



4586
4587
4588
4589
4590
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4586

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.



4583
4584
4585
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4583

def carrierName
  @carrierName
end

#countryCodeObject

Returns the value of attribute countryCode.



4584
4585
4586
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4584

def countryCode
  @countryCode
end

#target_TypeObject

Returns the value of attribute target_Type.



4582
4583
4584
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4582

def target_Type
  @target_Type
end