Class: AdWords::V201008::BulkMutateJobService::PolygonTarget

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

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

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



4521
4522
4523
4524
4525
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4521

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.



4518
4519
4520
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4518

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



4517
4518
4519
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4517

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



4519
4520
4521
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4519

def vertices
  @vertices
end