Class: AdWords::V201008::AdGroupAdService::CityTarget
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.rb
Overview
CityTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
cityName - SOAP::SOAPString
-
provinceCode - SOAP::SOAPString
-
countryCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#cityName ⇒ Object
Returns the value of attribute cityName.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil) ⇒ CityTarget
constructor
A new instance of CityTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil) ⇒ CityTarget
Returns a new instance of CityTarget.
902 903 904 905 906 907 908 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 902 def initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil) @target_Type = target_Type @excluded = excluded @cityName = cityName @provinceCode = provinceCode @countryCode = countryCode end |
Instance Attribute Details
#cityName ⇒ Object
Returns the value of attribute cityName.
898 899 900 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 898 def cityName @cityName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
900 901 902 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 900 def countryCode @countryCode end |
#excluded ⇒ Object
Returns the value of attribute excluded.
897 898 899 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 897 def excluded @excluded end |
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
899 900 901 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 899 def provinceCode @provinceCode end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
896 897 898 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 896 def target_Type @target_Type end |