Class: AdWords::V201008::CampaignTargetService::PolygonTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v201008/CampaignTargetService.rb

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

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



339
340
341
342
343
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 339

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.



336
337
338
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 336

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



335
336
337
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 335

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



337
338
339
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 337

def vertices
  @vertices
end