Class: AdWords::V201003::AdGroupAdService::ProximityTarget

Inherits:
GeoTarget
  • Object
show all
Defined in:
lib/adwords4r/v201003/AdGroupAdService.rb

Overview

ProximityTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • geoPoint - AdWords::V201003::AdGroupAdService::GeoPoint

  • radiusDistanceUnits - AdWords::V201003::AdGroupAdService::ProximityTargetDistanceUnits

  • radiusInUnits - SOAP::SOAPDouble

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



987
988
989
990
991
992
993
994
995
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 987

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.



984
985
986
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 984

def address
  @address
end

#allowServiceOfAddressObject

Returns the value of attribute allowServiceOfAddress.



985
986
987
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 985

def allowServiceOfAddress
  @allowServiceOfAddress
end

#excludedObject

Returns the value of attribute excluded.



980
981
982
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 980

def excluded
  @excluded
end

#geoPointObject

Returns the value of attribute geoPoint.



981
982
983
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 981

def geoPoint
  @geoPoint
end

#radiusDistanceUnitsObject

Returns the value of attribute radiusDistanceUnits.



982
983
984
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 982

def radiusDistanceUnits
  @radiusDistanceUnits
end

#radiusInUnitsObject

Returns the value of attribute radiusInUnits.



983
984
985
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 983

def radiusInUnits
  @radiusInUnits
end

#target_TypeObject

Returns the value of attribute target_Type.



979
980
981
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 979

def target_Type
  @target_Type
end