Class: AdWords::V200909::TargetingIdeaService::PolygonTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v200909/TargetingIdeaService.rb

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • vertices - AdWords::V200909::TargetingIdeaService::GeoPoint

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, excluded = nil, vertices = []) ⇒ PolygonTarget

Returns a new instance of PolygonTarget.



395
396
397
398
399
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 395

def initialize(target_Type = nil, excluded = nil, vertices = [])
  @target_Type = target_Type
  @excluded = excluded
  @vertices = vertices
end

Instance Attribute Details

#excludedObject

Returns the value of attribute excluded.



392
393
394
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 392

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



391
392
393
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 391

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



393
394
395
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 393

def vertices
  @vertices
end