Class: AdWords::V201003::BulkMutateJobService::MobileCarrierTarget

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



4052
4053
4054
4055
4056
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4052

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.



4049
4050
4051
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4049

def carrierName
  @carrierName
end

#countryCodeObject

Returns the value of attribute countryCode.



4050
4051
4052
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4050

def countryCode
  @countryCode
end

#target_TypeObject

Returns the value of attribute target_Type.



4048
4049
4050
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4048

def target_Type
  @target_Type
end