Class: AdwordsApi::V201008::BulkMutateJobService::PolygonTarget

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

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

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



4538
4539
4540
4541
4542
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4538

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.



4535
4536
4537
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4535

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



4534
4535
4536
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4534

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



4536
4537
4538
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4536

def vertices
  @vertices
end