Class: AdWords::V200909::TargetingIdeaService::ProximityTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v200909/TargetingIdeaService.rb

Overview

ProximityTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • geoPoint - AdWords::V200909::TargetingIdeaService::GeoPoint

  • radiusDistanceUnits - AdWords::V200909::TargetingIdeaService::ProximityTargetDistanceUnits

  • radiusInUnits - SOAP::SOAPDouble

  • address - AdWords::V200909::TargetingIdeaService::Address

  • allowServiceOfAddress - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



435
436
437
438
439
440
441
442
443
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 435

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

#addressObject

Returns the value of attribute address.



432
433
434
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 432

def address
  @address
end

#allowServiceOfAddressObject

Returns the value of attribute allowServiceOfAddress.



433
434
435
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 433

def allowServiceOfAddress
  @allowServiceOfAddress
end

#excludedObject

Returns the value of attribute excluded.



428
429
430
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 428

def excluded
  @excluded
end

#geoPointObject

Returns the value of attribute geoPoint.



429
430
431
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 429

def geoPoint
  @geoPoint
end

#radiusDistanceUnitsObject

Returns the value of attribute radiusDistanceUnits.



430
431
432
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 430

def radiusDistanceUnits
  @radiusDistanceUnits
end

#radiusInUnitsObject

Returns the value of attribute radiusInUnits.



431
432
433
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 431

def radiusInUnits
  @radiusInUnits
end

#target_TypeObject

Returns the value of attribute target_Type.



427
428
429
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 427

def target_Type
  @target_Type
end