Class: AdwordsApi::V200909::TargetingIdeaService::ProximityTarget

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

Overview

ProximityTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • geoPoint - AdwordsApi::V200909::TargetingIdeaService::GeoPoint

  • radiusDistanceUnits - AdwordsApi::V200909::TargetingIdeaService::ProximityTargetDistanceUnits

  • radiusInUnits - SOAP::SOAPDouble

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



1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1105

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.



1102
1103
1104
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1102

def address
  @address
end

#allowServiceOfAddressObject

Returns the value of attribute allowServiceOfAddress.



1103
1104
1105
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1103

def allowServiceOfAddress
  @allowServiceOfAddress
end

#excludedObject

Returns the value of attribute excluded.



1098
1099
1100
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1098

def excluded
  @excluded
end

#geoPointObject

Returns the value of attribute geoPoint.



1099
1100
1101
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1099

def geoPoint
  @geoPoint
end

#radiusDistanceUnitsObject

Returns the value of attribute radiusDistanceUnits.



1100
1101
1102
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1100

def radiusDistanceUnits
  @radiusDistanceUnits
end

#radiusInUnitsObject

Returns the value of attribute radiusInUnits.



1101
1102
1103
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1101

def radiusInUnits
  @radiusInUnits
end

#target_TypeObject

Returns the value of attribute target_Type.



1097
1098
1099
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1097

def target_Type
  @target_Type
end