Class: AdWords::V201003::CampaignTargetService::ProximityTarget
Overview
ProximityTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
geoPoint - AdWords::V201003::CampaignTargetService::GeoPoint
-
radiusDistanceUnits - AdWords::V201003::CampaignTargetService::ProximityTargetDistanceUnits
-
radiusInUnits - SOAP::SOAPDouble
-
address - AdWords::V201003::CampaignTargetService::Address
-
allowServiceOfAddress - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#allowServiceOfAddress ⇒ Object
Returns the value of attribute allowServiceOfAddress.
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
-
#radiusDistanceUnits ⇒ Object
Returns the value of attribute radiusDistanceUnits.
-
#radiusInUnits ⇒ Object
Returns the value of attribute radiusInUnits.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil) ⇒ ProximityTarget
constructor
A new instance of ProximityTarget.
Constructor Details
#initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil) ⇒ ProximityTarget
Returns a new instance of ProximityTarget.
376 377 378 379 380 381 382 383 384 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 376 def initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil) @target_Type = target_Type @excluded = excluded @geoPoint = geoPoint @radiusDistanceUnits = radiusDistanceUnits @radiusInUnits = radiusInUnits @address = address @allowServiceOfAddress = allowServiceOfAddress end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
373 374 375 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 373 def address @address end |
#allowServiceOfAddress ⇒ Object
Returns the value of attribute allowServiceOfAddress.
374 375 376 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 374 def allowServiceOfAddress @allowServiceOfAddress end |
#excluded ⇒ Object
Returns the value of attribute excluded.
369 370 371 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 369 def excluded @excluded end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
370 371 372 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 370 def geoPoint @geoPoint end |
#radiusDistanceUnits ⇒ Object
Returns the value of attribute radiusDistanceUnits.
371 372 373 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 371 def radiusDistanceUnits @radiusDistanceUnits end |
#radiusInUnits ⇒ Object
Returns the value of attribute radiusInUnits.
372 373 374 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 372 def radiusInUnits @radiusInUnits end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
368 369 370 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 368 def target_Type @target_Type end |