Class: AdWords::V201008::TargetingIdeaService::PolygonTarget
Overview
PolygonTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
vertices - AdWords::V201008::TargetingIdeaService::GeoPoint
Instance Attribute Summary collapse
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
-
#vertices ⇒ Object
Returns the value of attribute vertices.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil, vertices = []) ⇒ PolygonTarget
constructor
A new instance of PolygonTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil, vertices = []) ⇒ PolygonTarget
Returns a new instance of PolygonTarget.
458 459 460 461 462 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 458 def initialize(target_Type = nil, excluded = nil, vertices = []) @target_Type = target_Type @excluded = excluded @vertices = vertices end |
Instance Attribute Details
#excluded ⇒ Object
Returns the value of attribute excluded.
455 456 457 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 455 def excluded @excluded end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
454 455 456 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 454 def target_Type @target_Type end |
#vertices ⇒ Object
Returns the value of attribute vertices.
456 457 458 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 456 def vertices @vertices end |