Class: AdwordsApi::V200909::CampaignTargetService::GeoTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords_api/v200909/CampaignTargetService.rb

Overview

GeoTarget abstract

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil) ⇒ GeoTarget

Returns a new instance of GeoTarget.



236
237
238
239
# File 'lib/adwords_api/v200909/CampaignTargetService.rb', line 236

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

Instance Attribute Details

#excludedObject

Returns the value of attribute excluded.



234
235
236
# File 'lib/adwords_api/v200909/CampaignTargetService.rb', line 234

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



233
234
235
# File 'lib/adwords_api/v200909/CampaignTargetService.rb', line 233

def target_Type
  @target_Type
end