Class: AdwordsApi::V201008::BulkMutateJobService::CityTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords_api/v201008/BulkMutateJobService.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

Returns a new instance of CityTarget.



4488
4489
4490
4491
4492
4493
4494
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4488

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.



4484
4485
4486
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4484

def cityName
  @cityName
end

#countryCodeObject

Returns the value of attribute countryCode.



4486
4487
4488
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4486

def countryCode
  @countryCode
end

#excludedObject

Returns the value of attribute excluded.



4483
4484
4485
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4483

def excluded
  @excluded
end

#provinceCodeObject

Returns the value of attribute provinceCode.



4485
4486
4487
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4485

def provinceCode
  @provinceCode
end

#target_TypeObject

Returns the value of attribute target_Type.



4482
4483
4484
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4482

def target_Type
  @target_Type
end