Class: AdWords::V201008::CampaignTargetService::MobileCarrierTarget
- Inherits:
-
MobileTarget
- Object
- Target
- MobileTarget
- AdWords::V201008::CampaignTargetService::MobileCarrierTarget
- Defined in:
- lib/adwords4r/v201008/CampaignTargetService.rb
Overview
MobileCarrierTarget
-
target_Type - SOAP::SOAPString
-
carrierName - SOAP::SOAPString
-
countryCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#carrierName ⇒ Object
Returns the value of attribute carrierName.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, carrierName = nil, countryCode = nil) ⇒ MobileCarrierTarget
constructor
A new instance of MobileCarrierTarget.
Constructor Details
#initialize(target_Type = nil, carrierName = nil, countryCode = nil) ⇒ MobileCarrierTarget
Returns a new instance of MobileCarrierTarget.
170 171 172 173 174 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 170 def initialize(target_Type = nil, carrierName = nil, countryCode = nil) @target_Type = target_Type @carrierName = carrierName @countryCode = countryCode end |
Instance Attribute Details
#carrierName ⇒ Object
Returns the value of attribute carrierName.
167 168 169 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 167 def carrierName @carrierName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
168 169 170 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 168 def countryCode @countryCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
166 167 168 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 166 def target_Type @target_Type end |