Class: AdWords::V200909::AdGroupAdService::CityTarget

Inherits:
GeoTarget show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

CityTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • cityName - SOAP::SOAPString

  • provinceCode - SOAP::SOAPString

  • countryCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil) ⇒ CityTarget



860
861
862
863
864
865
866
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 860

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

#cityNameObject

Returns the value of attribute cityName.



856
857
858
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 856

def cityName
  @cityName
end

#countryCodeObject

Returns the value of attribute countryCode.



858
859
860
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 858

def countryCode
  @countryCode
end

#excludedObject

Returns the value of attribute excluded.



855
856
857
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 855

def excluded
  @excluded
end

#provinceCodeObject

Returns the value of attribute provinceCode.



857
858
859
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 857

def provinceCode
  @provinceCode
end

#target_TypeObject

Returns the value of attribute target_Type.



854
855
856
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 854

def target_Type
  @target_Type
end