Class: AdWords::V200909::BulkMutateJobService::PolygonTarget

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

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

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



3471
3472
3473
3474
3475
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3471

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.



3468
3469
3470
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3468

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



3467
3468
3469
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3467

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



3469
3470
3471
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3469

def vertices
  @vertices
end