Class: AdWords::V201003::AdGroupAdService::PolygonTarget

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

Overview

PolygonTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

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



947
948
949
950
951
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 947

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.



944
945
946
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 944

def excluded
  @excluded
end

#target_TypeObject

Returns the value of attribute target_Type.



943
944
945
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 943

def target_Type
  @target_Type
end

#verticesObject

Returns the value of attribute vertices.



945
946
947
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 945

def vertices
  @vertices
end