Class: AdWords::V200909::CampaignTargetService::PolygonTarget

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

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

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



299
300
301
302
303
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 299

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.



296
297
298
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 296

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



295
296
297
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 295

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



297
298
299
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 297

def vertices
  @vertices
end