Class: AdWords::V201003::CampaignTargetService::PolygonTarget
Overview
PolygonTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
vertices - AdWords::V201003::CampaignTargetService::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
336 337 338 339 340 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 336 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.
333 334 335 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 333 def excluded @excluded end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
332 333 334 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 332 def target_Type @target_Type end |
#vertices ⇒ Object
Returns the value of attribute vertices.
334 335 336 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 334 def vertices @vertices end |