Class: AdWords::V201003::TargetingIdeaService::GeoTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords4r/v201003/TargetingIdeaService.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.



363
364
365
366
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 363

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

Instance Attribute Details

#excludedObject

Returns the value of attribute excluded.



361
362
363
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 361

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



360
361
362
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 360

def target_Type
  @target_Type
end