Class: AdWords::V200909::AdGroupAdService::ProximityTarget
Overview
ProximityTarget
-
target_Type - SOAP::SOAPString
-
excluded - SOAP::SOAPBoolean
-
geoPoint - AdWords::V200909::AdGroupAdService::GeoPoint
-
radiusDistanceUnits - AdWords::V200909::AdGroupAdService::ProximityTargetDistanceUnits
-
radiusInUnits - SOAP::SOAPDouble
-
address - AdWords::V200909::AdGroupAdService::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.
950 951 952 953 954 955 956 957 958 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 950 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.
947 948 949 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 947 def address @address end |
#allowServiceOfAddress ⇒ Object
Returns the value of attribute allowServiceOfAddress.
948 949 950 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 948 def allowServiceOfAddress @allowServiceOfAddress end |
#excluded ⇒ Object
Returns the value of attribute excluded.
943 944 945 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 943 def excluded @excluded end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
944 945 946 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 944 def geoPoint @geoPoint end |
#radiusDistanceUnits ⇒ Object
Returns the value of attribute radiusDistanceUnits.
945 946 947 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 945 def radiusDistanceUnits @radiusDistanceUnits end |
#radiusInUnits ⇒ Object
Returns the value of attribute radiusInUnits.
946 947 948 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 946 def radiusInUnits @radiusInUnits end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
942 943 944 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 942 def target_Type @target_Type end |