Class: AdWords::V201003::AdGroupAdService::CountryTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v201003/AdGroupAdService.rb

Overview

CountryTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • countryCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil, countryCode = nil) ⇒ CountryTarget

Returns a new instance of CountryTarget.



915
916
917
918
919
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 915

def initialize(target_Type = nil, excluded = nil, countryCode = nil)
  @target_Type = target_Type
  @excluded = excluded
  @countryCode = countryCode
end

Instance Attribute Details

#countryCodeObject

Returns the value of attribute countryCode.



913
914
915
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 913

def countryCode
  @countryCode
end

#excludedObject

Returns the value of attribute excluded.



912
913
914
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 912

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



911
912
913
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 911

def target_Type
  @target_Type
end