Class: AdWords::V201003::BulkMutateJobService::PolygonTarget

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

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

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



3968
3969
3970
3971
3972
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3968

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.



3965
3966
3967
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3965

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



3964
3965
3966
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3964

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



3966
3967
3968
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3966

def vertices
  @vertices
end