Class: AdwordsApi::V201003::CampaignTargetService::MobileCarrierTarget

Inherits:
MobileTarget
  • Object
show all
Defined in:
lib/adwords_api/v201003/CampaignTargetService.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.



173
174
175
176
177
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 173

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.



170
171
172
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 170

def carrierName
  @carrierName
end

#countryCodeObject

Returns the value of attribute countryCode.



171
172
173
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 171

def countryCode
  @countryCode
end

#target_TypeObject

Returns the value of attribute target_Type.



169
170
171
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 169

def target_Type
  @target_Type
end