Class: AdWords::V200909::CampaignTargetService::ProximityTarget
Overview
ProximityTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
geoPoint - AdWords::V200909::CampaignTargetService::GeoPoint
-
radiusDistanceUnits - AdWords::V200909::CampaignTargetService::ProximityTargetDistanceUnits
-
radiusInUnits - SOAP::SOAPDouble
-
address - AdWords::V200909::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.
339 340 341 342 343 344 345 346 347 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 339 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.
336 337 338 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 336 def address @address end |
#allowServiceOfAddress ⇒ Object
Returns the value of attribute allowServiceOfAddress.
337 338 339 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 337 def allowServiceOfAddress @allowServiceOfAddress end |
#excluded ⇒ Object
Returns the value of attribute excluded.
332 333 334 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 332 def excluded @excluded end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
333 334 335 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 333 def geoPoint @geoPoint end |
#radiusDistanceUnits ⇒ Object
Returns the value of attribute radiusDistanceUnits.
334 335 336 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 334 def radiusDistanceUnits @radiusDistanceUnits end |
#radiusInUnits ⇒ Object
Returns the value of attribute radiusInUnits.
335 336 337 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 335 def radiusInUnits @radiusInUnits end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
331 332 333 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 331 def target_Type @target_Type end |