Class: AdWords::V201003::AdGroupAdService::MobileCarrierTarget
- Inherits:
-
MobileTarget
- Object
- Target
- MobileTarget
- AdWords::V201003::AdGroupAdService::MobileCarrierTarget
- Defined in:
- lib/adwords4r/v201003/AdGroupAdService.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.
778 779 780 781 782 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 778 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.
775 776 777 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 775 def carrierName @carrierName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
776 777 778 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 776 def countryCode @countryCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
774 775 776 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 774 def target_Type @target_Type end |