Class: AdWords::V201003::TargetingIdeaService::PolygonTarget

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

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • vertices - AdWords::V201003::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.



432
433
434
435
436
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 432

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.



429
430
431
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 429

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



428
429
430
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 428

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



430
431
432
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 430

def vertices
  @vertices
end