Class: AdWords::V201008::TargetingIdeaService::ProximityTarget

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

Overview

ProximityTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • geoPoint - AdWords::V201008::TargetingIdeaService::GeoPoint

  • radiusDistanceUnits - AdWords::V201008::TargetingIdeaService::ProximityTargetDistanceUnits

  • radiusInUnits - SOAP::SOAPDouble

  • address - AdWords::V201008::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.



498
499
500
501
502
503
504
505
506
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 498

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.



495
496
497
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 495

def address
  @address
end

#allowServiceOfAddressObject

Returns the value of attribute allowServiceOfAddress.



496
497
498
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 496

def allowServiceOfAddress
  @allowServiceOfAddress
end

#excludedObject

Returns the value of attribute excluded.



491
492
493
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 491

def excluded
  @excluded
end

#geoPointObject

Returns the value of attribute geoPoint.



492
493
494
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 492

def geoPoint
  @geoPoint
end

#radiusDistanceUnitsObject

Returns the value of attribute radiusDistanceUnits.



493
494
495
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 493

def radiusDistanceUnits
  @radiusDistanceUnits
end

#radiusInUnitsObject

Returns the value of attribute radiusInUnits.



494
495
496
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 494

def radiusInUnits
  @radiusInUnits
end

#target_TypeObject

Returns the value of attribute target_Type.



490
491
492
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 490

def target_Type
  @target_Type
end