Class: AdWords::V200909::AdGroupAdService::CountryTarget
Overview
CountryTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
countryCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil, countryCode = nil) ⇒ CountryTarget
constructor
A new instance of CountryTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil, countryCode = nil) ⇒ CountryTarget
Returns a new instance of CountryTarget.
878 879 880 881 882 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 878 def initialize(target_Type = nil, excluded = nil, countryCode = nil) @target_Type = target_Type @excluded = excluded @countryCode = countryCode end |
Instance Attribute Details
#countryCode ⇒ Object
Returns the value of attribute countryCode.
876 877 878 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 876 def countryCode @countryCode end |
#excluded ⇒ Object
Returns the value of attribute excluded.
875 876 877 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 875 def excluded @excluded end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
874 875 876 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 874 def target_Type @target_Type end |